At Indian Data Club, we’re on a mission to empower the next generation with practical AI and data skills. Our 21-Day SQL Challenge is designed to help beginners build a strong foundation in SQL through daily learning, hands-on practice, and real-world problem solving.
Topics: Basic SELECT, column selection, viewing data structure
Topics: WHERE clause, comparison operators, basic filtering
Topics: ORDER BY, ASC/DESC, multiple column sorting
Topics: LIMIT, OFFSET, pagination concepts
Topics: COUNT, SUM, AVG, MIN, MAX functions
Topics: GROUP BY, aggregating by categories
Topics: HAVING clause, filtering aggregated results
Topics: UPPER, LOWER, LENGTH, CONCAT, SUBSTRING
Topics: DATE functions, date arithmetic, EXTRACT
Topics: CASE WHEN, conditional logic, derived columns
Topics: DISTINCT, removing duplicates, unique values
**Day 12 (15/11): NULL Handling in SQL — IS NULL, IS NOT NULL & COALESCE
Today - focus was on understanding and managing NULL values, one of the most common challenges in real datasets.
Topics: INNER JOIN, joining two tables, relationship understanding
**Day 14 **
🍕 The Great Pizza Analytics Challenge – SQL Mini Project
A simple SQL project to learn real-world data analysis using pizza sales data.
In this challenge, you act as a Data Analyst at The Great Pizza Company. Your job is to explore customer data, pizza information, orders, and order items to find useful business insights using SQL.
Topics: Joining more than two tables, complex relationships
Topics: Subqueries in WHERE, nested queries, filtering with subqueries
Topics: Subqueries in SELECT, derived tables, inline views