I Built an Interactive SQL Quiz App for devs and analysts
What I built! SQLQuiz If you've ever tried to level up your SQL skills, you know the problem: reading documentation is boring, and most practice tools feel like homework. I wanted something to buil...

Source: DEV Community
What I built! SQLQuiz If you've ever tried to level up your SQL skills, you know the problem: reading documentation is boring, and most practice tools feel like homework. I wanted something to build something that felt more like a game β fast, satisfying, and actually challenging! So I built SQLQuiz β an interactive SQL quiz app with 62 questions across three difficulty tiers, a built-in SQL cheat sheet, and a personal performance dashboard--and it's launched! What exactly is it!?!? What It Is SQLQuiz is a dark-themed, browser-based SQL practice app. You pick a quiz mode, answer multiple choice questions against a fictional company_db database, and get instant feedback with detailed explanations. Three free quiz modes: π’ Easy β Core SELECT fundamentals: filtering, sorting, WHERE clauses, LIMIT, DISTINCT π΅ Intermediate β Aggregates, GROUP BY, JOINs, subqueries, window functions, CASE Two premium quiz modes: π Master β All 40 beginner + intermediate questions shuffled into one full ga