Boot.dev Blog ยป News ยป New 'Learn SQL' Course Launched on Boot.dev

New 'Learn SQL' Course Launched on Boot.dev

By Lane Wagner on Sep 19, 2022

I’m happy to announce that today we launched our new Learn SQL course! It was a ton of fun to write, but I also had a blast building the back-end infrastructure that allows students to write and execute SQL in the browser. If you’ve been wanting to gain a solid foundation of SQL skills, this course is for you!

What’s in the course?

You’ll learn all the fundamentals of SQL in this 11-chapter course. The instructions will all in an image + text format, but the cool part is that on each assignment you’ll be writing and running real SQLite queries in your browser! No need to set up a local database environment and install a client. The 11 chapters are:

  • What is SQL?
  • Tables
  • Constraints
  • CRUD operations (how databases play a role in web apps)
  • Basic Queries
  • Structuring Data
  • Aggregations
  • Subqueries
  • Normalization
  • Joins
  • Performance

This course really rounds out our entire back-end path - all the major pieces are there! Of course, we’ll still be adding to and updating the content regularly, but this SQL course was a big “missing piece”.

Come to the dark side

HTML Courses

Regards and sorry for the interruption, Lane here! I built Boot.dev to give you a place to learn back-end development the...hard way? I mean easy? Maybe the "heasy" way? I don't know.

It's hard because you will have to write code... like a metric ton of code. It's easy because my courses have a built-in game that's pretty darn fun. Give it a try.

What does it cost?

At the time of release, the first 3 chapters of the course are free. After that, you can become a member to unlock full access for $34/mo!

Find a problem with this article?

Report an issue on GitHub