Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 994 Bytes

File metadata and controls

23 lines (17 loc) · 994 Bytes

Day 21: SQL Deep Dive — Filtering, Joins, Aggregation

📘 Topics Covered

  • Data definition and alteration (CREATE TABLE, ALTER TABLE)
  • Reading/filtering data (SELECT, WHERE, ORDER BY, LIMIT)
  • Aggregations (COUNT, SUM, AVG, MIN, MAX) with GROUP BY and HAVING
  • Joins (INNER, LEFT, RIGHT, FULL) and join conditions

📄 Scripts

See SQL/ for detailed examples:

🔗 References