Skip to content

Instantly share code, notes, and snippets.

@dborski
dborski / intermediate_sql.md
Last active June 25, 2020 19:31 — forked from case-eee/intermediate_sql.md
Intermediate SQL

Intermediate SQL Workshop

  • Run psql
  • You may need to run CREATE DATABASE intermediate_sql;
  • To exit this shell, you can run CTRL d

Create tables

Let's create some tables in the database.