Skip to content

Instantly share code, notes, and snippets.

View nettles-sync's full-sized avatar

Jason Nettles nettles-sync

View GitHub Profile
@nettles-sync
nettles-sync / MSQL Cheatsheet
Last active December 5, 2019 02:36 — forked from hofmannsven/README.md
MySQL CLI Cheatsheet
# MySQL
## Getting started
- http://www.sqlteaching.com/
- https://www.codecademy.com/learn/learn-sql
### Related tutorials
- [MySQL-CLI](https://www.youtube.com/playlist?list=PLfdtiltiRHWEw4-kRrh1ZZy_3OcQxTn7P)
- [Analyzing Business Metrics](https://www.codecademy.com/learn/sql-analyzing-business-metrics)
- [SQL joins infografic](https://www.codeproject.com/Articles/33052/Visual-Representation-of-SQL-Joins)