Skip to main content
The Databases course on Launchpad gives you the query and modeling skills that show up across backend, full stack, and data roles. You will work through relational fundamentals, practice SQL and PostgreSQL directly in the browser, and pick up the MongoDB basics you need for real full stack projects.

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
The Code Playground supports SQL, including PostgreSQL, so you can practice queries the moment a concept clicks.

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.