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

https://github.com/roluochke/sql-project

SQL Zoo is one of the few resources online that actually lets you build and run queries against existing tables.
https://github.com/roluochke/sql-project

sql

Last synced: 5 months ago
JSON representation

SQL Zoo is one of the few resources online that actually lets you build and run queries against existing tables.

Awesome Lists containing this project

README

          

## SQL Project

This project consist of Testing the domain of SQL queries by requesting them to retrieve and organize different pieces of data from a table from SQL Zoo.

[SQL Zoo](https://sqlzoo.net/wiki/SQL_Tutorial) 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.

### The project covers these topics as follows
```
1. SELECT Basics
2. SELECT FROM World
3. SELECT FROM nobel
4. SELECT in SELECT
5. SUM and COUNT
6. JOIN
7. More JOIN
8. Using NULL
9. SELF JOIN
```