Every app you use runs on a database. Students learn SQL, understand how data is structured, design their own database schema, and build a simple data-driven application. No experience needed — just curiosity about how apps really work.
ON-DEMAND COURSE
To enroll in this course, please contact the Admin
Month 1 — Database Concepts: Session 1: What is a database? DBMS vs spreadsheets Session 2: Tables, rows, columns — relational databases Session 3: Primary keys, foreign keys, relationships Session 4: Design a schema — plan a school database
Month 2 — SQL Basics: Session 5: SELECT, FROM, WHERE — your first queries Session 6: INSERT, UPDATE, DELETE — managing data Session 7: JOIN — combine tables intelligently Session 8: GROUP BY and aggregate functions
Month 3 — Real Application: Session 9: Normalisation — why structure matters Session 10: Connect a database to Python with SQLite Session 11: Build a student record system Session 12: Present your database project