Prerequisite

  1. Please take the following online course before the SQL workshop. (You will need to install DB Browser for SQLite for this online course.)

  2. During the workshop, we will practise SQL together using Google Colab, so please make sure you have a Google account.

Slides

Notebook

Backup Setup

If you don’t have access to Google service, below is a backup setup for the workshop.

  1. Install DB Browser for SQLite. You should already have it installed if you took the online course by Scott Simpson (see Prerequisite above).

  2. Download the dataset (northwind.sqlite3).

  3. Load the dataset in DB Browser for SQLite, and follow along using the html version of the notebook.


SQL Setup for RSM8411 (MMA, Fall 2020)

You will learn more SQL in RSM8411 this fall. Instead of SQLite as we use in this workshop, RSM8411 will use Microsoft SQL Server Express. Please make sure you have it installed and tested before the end of this workshop. If you encounter any problem setting it up, please let me know.

In addition, to be well prepared for RSM8411, please go through this SQL tutorial at w3schools. The tutorial provides a good review of SQL syntax.


Back to TDMDAL Computing Page