Relational Databases and SQL
Start with the model that powers most production systems:- Tables, rows, keys, and relationships
- Writing SELECT, JOIN, GROUP BY, and aggregation queries
- Designing schemas that stay clean as your data grows
PostgreSQL Practice in Code Playground
Move from theory to hands-on queries without any local setup:- Run PostgreSQL directly inside Launchpad’s browser editor
- Try queries against real schemas as you learn them
- Debug your SQL with immediate feedback
MongoDB for Full Stack
Layer in the document database used in the Full Stack track:- Understand collections, documents, and how NoSQL differs from SQL
- Query and update MongoDB from Node JS backends
- Model data for real full stack applications
Where this fits
Full Stack
Use MongoDB with Node JS and React to ship complete web applications.
Core CS
Reinforce DBMS theory alongside your hands-on database practice.
