Skip to content

Instantly share code, notes, and snippets.

View PhilipDeFraties's full-sized avatar

Philip DeFraties PhilipDeFraties

View GitHub Profile
@PhilipDeFraties
PhilipDeFraties / intermediate_sql.md
Last active September 27, 2023 17:33 — 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.