An open API service indexing awesome lists of open source software.

https://github.com/tedlivist/sql-zoo


https://github.com/tedlivist/sql-zoo

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## SQL-Zoo

> This project is the provision of answers to the SQL Zoo Tutorials 0 - 9 Exercises

The exercises can be found [here](http://sqlzoo.net/wiki/Main_Page)

The `sql_zoo.sql` file is divided into the tutorial sub-headings:

- SELECT basics

- SELECT from World

- SELECT from Nobel

- SELECT within SELECT

- SUM and COUNT

- JOIN
>![join](./images/join_table_format.jpg)

- More JOIN
> ![more_join](./images/more_join_table_format.jpg)

- Using NULL
> ![null](./images/null_format.jpg)

- Self JOIN
> ![self_join](./images/self_join_format.jpg)