◈ BEGINNERSELECT · WHERE · JOIN · GROUP BY · ORDER BY◆ INTERMEDIATECTEs · WINDOW FUNCTIONS · NORMALIZATION · INDEXES◉ ADVANCEDTRANSACTIONS · STORED PROCEDURES · TRIGGERS◎ EXPERTQUERY OPTIMIZATION · PARTITIONING · DATA WAREHOUSE◈ BEGINNERSELECT · WHERE · JOIN · GROUP BY · ORDER BY◆ INTERMEDIATECTEs · WINDOW FUNCTIONS · NORMALIZATION · INDEXES◉ ADVANCEDTRANSACTIONS · STORED PROCEDURES · TRIGGERS◎ EXPERTQUERY OPTIMIZATION · PARTITIONING · DATA WAREHOUSE
SQL Mastery Roadmap
S
Built by Surendra Manthri· FULL STACK AI DEVELOPER
MASTER SQL FROM ZERO
A complete, battle-tested learning path to take you from writing your first SELECT to architecting production-grade database systems — with every resource ranked and linked.
#1 platform for SQL interview prep. 200+ problems, real company tags (Google, Meta, Amazon). The medium-level problems will make you a solid intermediate. Essential.
Real SQL interview questions from Google, Amazon, Meta, Netflix. Heavy on window functions. The closest thing to actual FAANG interviews you'll find for free.
The definitive free guide to SQL indexing. Explains B-tree indexes, composite index strategy, covering indexes, and EXPLAIN output. Read every single page.
Learn what NOT to do — which turns out to be even more valuable than learning what to do. Game-changing for database design thinking. Every mistake you'll ever make is in here.
Best visual explanation of ACID, isolation levels, and deadlocks on YouTube. Hussain Nasser draws diagrams in real-time that make these concepts click instantly.
Real SQL interview questions from FAANG companies with detailed solutions and explanations. Highly relevant to actual hiring processes at top tech firms.
Best universal database GUI. Visual EXPLAIN plans, schema browser, query history, all SQL dialects. This is the professional tool DBAs actually use daily.
Build a complete banking transaction system with full ACID compliance, stored procedures for fund transfers, and audit triggers that log every balance change.
◎
Phase 04 — Expert
ARCHITECTURE & SCALE
Weeks 12–16 · ~70 hrs · Query Optimization · Partitioning · Data Warehouse · Real Projects
04
📹 Video Courses
🏛
CMU 15-445: Database Engineering
Carnegie Mellon University · YouTube
Free⏱ 40+ hrs★★★★★
World-class university course taught by top researchers. Deep internals: B-trees, buffer pools, query planning, concurrency control. This is the real thing — not a tutorial.
Star schema, fact/dimension tables, slowly changing dimensions — all built from scratch. Perfect companion to the Kimball book. You'll design warehouses confidently after this.
PostgreSQL-specific exercises that are structured, progressive, and deeply challenging. The most thorough free exercise platform specifically for PostgreSQL power users.
THE bible of data systems architecture. Every senior engineer must read this. Covers storage engines, replication, partitioning, transactions, and distributed systems. Life-changing.
The definitive dimensional modeling bible. Used by every data engineer and BI architect on the planet. If you work with data warehouses, this is required reading.
Free, shareable, recognized by recruiters worldwide. Put it on your LinkedIn and resume immediately. Start with this — fastest ROI of any certification here.
Industry-recognized certificate covering SQL, BigQuery, and data analysis. Excellent for career pivots into data analytics. Google's brand carries real weight with hiring managers.
Design and build a full e-commerce OR analytics data warehouse from scratch. Present your schema, explain every design decision, and publish it on GitHub.
∞
Phase ∞ — Ongoing
STAY SHARP
Forever · Daily habit · Community · Projects · Blogs
∞
🏘 Community & 📰 Blogs
💬
DBA Stack Exchange
dba.stackexchange.com
Free⏱ Daily★★★★★
Expert-level Q&A answered by actual DBAs and database researchers. The quality of answers here is unmatched anywhere else on the internet. Bookmark and check daily.
Aggregated blog feed from PostgreSQL experts and core contributors worldwide. Always fresh, always expert-level. This is how you stay ahead of the curve.
Some of the best deep-dive SQL and PostgreSQL performance articles anywhere on the web. Every post is a masterclass. Save every single article you read here.
Download real-world datasets and build your own analytics projects. Publish your work publicly. Nothing builds credibility faster than a real project with real data on your GitHub.
Publish a SQL project on GitHub. Answer 10 questions on DBA Stack Exchange. Earn the HackerRank SQL Advanced certificate. Share your progress on LinkedIn.
WEEK-BY-WEEK
Your complete 16-week learning timeline
WK 1–3
◈ Beginner — Foundations
SQL SyntaxSELECT & WHEREJOINsGROUP BY
freeCodeCamp video · Khan Academy · SQLZoo · Install PostgreSQL
WK 4–7
◆ Intermediate — Power Queries
CTEsWindow FunctionsNormalizationIndexes
Socratica YouTube · LeetCode Medium · StrataScratch · Use-The-Index-Luke