https://github.com/tedlivist/sql-zoo
https://github.com/tedlivist/sql-zoo
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tedlivist/sql-zoo
- Owner: TedLivist
- Created: 2021-05-30T21:04:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T13:28:41.000Z (about 5 years ago)
- Last Synced: 2023-03-10T05:02:32.618Z (over 3 years ago)
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
>
- More JOIN
> 
- Using NULL
> 
- Self JOIN
> 