1. SQL Basics
Tables, rows, columns, SELECT, WHERE, ORDER BY, LIMIT, and clean query habits.
Open lessonA practical path from basic queries to joins, aggregations, constraints, indexes, transactions, and QA database validation. Built for people who need to test, debug, and explain data confidently.
Follow these lessons in order. Each page is compact, example-first, and focused on what you will use in QA automation, API testing, backend debugging, and interviews.
Tables, rows, columns, SELECT, WHERE, ORDER BY, LIMIT, and clean query habits.
Open lessonPrimary keys, foreign keys, INNER JOIN, LEFT JOIN, and common join mistakes.
Open lessonCOUNT, SUM, AVG, GROUP BY, HAVING, and building test/report queries.
Open lessonNormalization, constraints, NULL handling, indexes, and schema quality checks.
Open lessonACID, commits, rollbacks, isolation, and how testers validate data consistency.
Open lessonHands-on tasks based on ecommerce, HRM, API responses, and defect triage.
Open practice