Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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