migrate to git.charlotte.sh
This commit is contained in:
commit
fbd588721e
412 changed files with 13750 additions and 0 deletions
12
db-security-sec300/week3.md
Normal file
12
db-security-sec300/week3.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Week3
|
||||
Filtering at the Database
|
||||
|
||||
|
||||
- Create a trigger that will replace numbers entered to the cats name with the character 'X'.
|
||||

|
||||
|
||||
- Alter the table cats to add a CHECK that will not allow any cat birthday after 2024-11-23.
|
||||

|
||||
|
||||
- Add another CHECK into cats that restricts the cat's name to 12 characters.
|
||||

|
Loading…
Add table
Add a link
Reference in a new issue