/sql-training

Learn about SQL with some examples and exercises

MIT LicenseMIT

SQL Training

A small repo for practicing learning about SQL database language.

Based off the code-cademy lessons: https://www.codecademy.com/learn/learn-sql

Set Up

Github

To clone the repo install github: git@github.com:edmundonm/sql-training.git

SQL Client

Tableplus is a good option: https://tableplus.com/

Homebrew SQL Service

Homebrew is a system for installing programs on your OSX.

To check if your MySQL server is running: brew services list

To start/stop it: brew services start mysql brew services stop mysql