SQL Learning Path
Every developer, analyst and tester gets tested on SQL. This path goes from SELECT and joins to aggregation, subqueries, window functions, indexing and transactions — each with runnable queries and the interview questions the topic unlocks.
SQL Roadmap
What SQL is, relational basics, and creating tables.
Filter, sort and shape result sets.
Combine rows across tables the right way.
Summarize data with GROUP BY and aggregate functions.
Queries inside queries, and when a JOIN is better.
Ranking and running totals without collapsing rows.
Make slow queries fast and read a query plan.
ACID, isolation levels and safe concurrent writes.
Normalization and modelling data that lasts.
The query puzzles interviewers actually give.