SQL Basics: a Hands-on Approach
TLDR: This tutorial (taken from my post here) is meant to be an entry point into SQL: We show you how to create a table in a database and load data from a CSV file into it using basic SQL commands. We use the CREATE DATABASE, CREATE TABLE and COPY commands to create a table …