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.
- Host: GitHub
- URL: https://github.com/roluochke/sql-project
- Owner: rOluochKe
- Created: 2019-09-26T21:32:19.000Z (over 6 years ago)
- Default Branch: development
- Last Pushed: 2024-02-15T14:31:30.000Z (over 2 years ago)
- Last Synced: 2025-02-05T21:00:57.070Z (over 1 year ago)
- Topics: sql
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```