SQL Zoo is one of the few resources online that actually lets you build and run queries against existing tables. Each tutorial will show you a table and then have you run queries against it to answer specific questions. Some of the queries, particularly at first, are quite simple. They definitely get more challenging towards the end and can be real head scratchers.
- Abeid Ahmed
- GitHub: @abeidahmed
- Twitter: @iamhawaabi
- LinkedIn: Abeid Ahmed
- Fork the project (
https://github.com/abeidahmed/sql-zoo.git
) - Create your feature branch (
git checkout -b <branch-name>
) - Commit your changes (
git commit -m "Descriptive change"
) - Push to the branch (
git push -u origin <branch-name>
) - Create a new Pull Request
Give a ⭐ if you like this project!
This project is MIT licensed.