# Project: SQL Zoo

## Overview

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.

## Assignment

Go to [SQL Zoo](http://sqlzoo.net/wiki/Main_Page) and do Tutorials 0-9 listed under the "Tutorial Section" and the quizzes listed at the end of each. The first is the ["Select" tutorial](http://sqlzoo.net/wiki/SELECT_basics). Make sure the dropdown on the upper right of the main page for "Engine" says "MySQL" (the default). Large results will be cut off and not all rows or columns shown, so the "answers" may not look 100% correct.

## Additional resources

This section contains helpful links to other content. It isn't required, so consider it supplemental for if you need to dive deeper into something.

* [Explanation of SELF JOIN by Caleb Curry](https://www.youtube.com/watch?v=W0p8KP0o8g4). He covers many other topics on his [Database Design](https://www.youtube.com/watch?v=e7Pr1VgPK4w\&list=PL_c9BZzLwBRK0Pc28IdvPQizD2mJlgoID) series.
* [Khan Academy's SQL Course](https://www.khanacademy.org/computing/computer-programming/sql)
* [OverAPI's SQL Cheat Sheet](http://overapi.com/mysql)
* [GalaxQL](http://sol.gfxile.net/galaxql.html), an interactive space-themed SQL tutorial.
