Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 638 Bytes

File metadata and controls

19 lines (14 loc) · 638 Bytes

Day 22: SQL — Views and Constraints

📘 Topics Covered

  • Creating and updating SQL Views
  • Applying Constraints: CHECK, NOT NULL, UNIQUE, PRIMARY/FOREIGN KEY
  • Use-cases for views (security, reuse, simplified queries)

📄 Scripts

🔗 References