coop_sql_notebooks

COOP SQL Classes

About these classes

Welcome to COOP Careers SQL Classes! You will find everything you need to follow along with the SQL content for the Data Analytics curriculum here.

Our classes can be broken down into two sections: Theory and Practice. The theory classes are crash courses on things you should know to understand how databases work, as well as how to use SQL. The practice classes are where you will get hands-on practice to develop your querying skills and complete your labs - it’s the main material that your captains will use to teach SQL 101 - 103.

Theory (Asynchronous)

Practice

How this works

For most students, the following path through these courses is recommended:

  1. SQL 100 - Introduction to Relational Databases and SQL (~30 minutes to complete)
  2. SQL 101 - Basic Data Retrieval (~2.5 hours to complete)
  3. SQL 102 - Advanced Querying Techniques (~2 hours to complete)
  4. SQL 103A - Combining Data in SQL: How to use JOIN and UNION (~30 minutes to complete)
  5. SQL 103 - Combining Data from Multiple Tables (~2.5 hours to complete)
  6. SQL 104 - SQL Murder Mystery

The theory courses (1 & 4) will be assigned as pre-reading homework before the SQL 101 and 103 classes, respectively. You will work on SQL 101, 102, and 103 (2, 3, 5) with your captains in class. Then, you will have a week to solve the SQL Murder Mystery (6) independently.

Jupyter Notebooks - Our “Database Environment”

The practice section of each course is built using Jupyter Notebooks - a rich, multi-media document that enables you to mix narrative writing with code. This allows us to include written instruction alongside an environment that allows you to execute SQL queries against a database.

You will be connected to an actual RDBMS in these notebooks and will run your queries inside of the notebook. Instructions on how to run your queries are included in the first section of each notebook. To open the notebooks, simply click the Open in Colab Button button next to each notebook.

If you have never heard of a Jupyter Notebook and don’t know how they work, we suggest you watch this video first.

SQL Cheatsheet

We also recommend this SQL Cheat Sheet to use as a companion to the notebooks and lessons. The cheat sheet was made with the lesson content in SQL 101, 102, and 103 in mind.


Classes

SQL 100 - Introduction to Relational Databases and SQL

Click Here to access the Database Crash Course.

Back to top


SQL 101 - Basic Data Retrieval

SQL 101 Notebook: Open In Colab

SQL 101 Slide Deck: Click Here

Topics Covered:

Back to top


SQL 102 - Advanced Querying Techniques

SQL 102 Notebook: Open In Colab

SQL 102 Slide Deck: Click Here

Topics Covered:

Back to top


SQL 103A - Combining Data in SQL: How to use JOIN and UNION

Click Here to access SQL 103A.

Back to top


SQL 103 - Combining Data from Multiple Tables

SQL 103 Notebook: Open In Colab

SQL 103 Slide Deck: Click Here

Topics Covered:

Back to top


SQL 104 - SQL Murder Mystery

SQL Murder Mystery Notebook: Open In Colab

A murder happened in SQL City, and we need your SQL skills to help crack the case! Put the skills that you learned in SQL 101 - 103 to the test and solve the SQL Murder Mystery!

Topics Covered:

Back to top