ChamplainTechJournals/db-security-sec300/week3.md
2025-04-19 23:42:08 -04:00

488 B

Week3

Filtering at the Database

  • Create a trigger that will replace numbers entered to the cats name with the character 'X'. image

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

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