D · Performance · advanced · Gate · Week 8–10 · Checkpoint 11 of 12
Checkpoint B — SQL job-ready
Final gate: read path through write path, transactions, and index literacy — the bar for "I can query databases" in QA or dev interviews.
Path progress86%
Step 1 of 3
Pass criteria
- 20+ saved queries covering SELECT, JOIN, GROUP BY, CTE, mutation
- 3-table JOIN query with correct grain documented in comment
- GROUP BY + HAVING aggregation answering a real business question
- SAFETY.md ritual followed on UPDATE practice (SELECT preview → txn → ROLLBACK)
- Transfer transaction script with COMMIT and ROLLBACK demonstrated
- EXPLAIN before/after index with written conclusion in notes
- Can explain ACID and when to use a transaction in 2 minutes
Do this now
Verify every item. Fix gaps this week.
Was this step clear?
Chapter learning outcomes
- Interview SQL topics
- Portfolio of saved queries
Clear these before you leave
Side quest
Query portfolio
Curate 5 best queries in sql-notes/portfolio/ with README explaining each.