https://github.com/shitu13/sqlzoo_solutions
https://github.com/shitu13/sqlzoo_solutions
sql
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shitu13/sqlzoo_solutions
- Owner: shitu13
- Created: 2022-05-20T16:24:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T15:45:52.000Z (about 1 year ago)
- Last Synced: 2025-01-21T08:31:30.207Z (4 months ago)
- Topics: sql
- Homepage: https://sqlzoo.net/wiki/SQL_Tutorial
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQLZOO Solutions
## Sections:
1. [SELECT basics](https://github.com/shitu13/SQLZOO_solutions/blob/main/SELECT-basics.sql)
2. [SELECT from WORLD](https://github.com/shitu13/SQLZOO_solutions/blob/main/SELECT-from-WORLD.sql)
3. [SELECT from NOBEL](https://github.com/shitu13/SQLZOO_solutions/blob/main/SELECT-from-NOBEL.sql)
4. [SELECT in SELECT](https://github.com/shitu13/SQLZOO_solutions/blob/main/SELECT-in-SELECT.sql)
5. [SUM and COUNT](https://github.com/shitu13/SQLZOO_solutions/blob/main/SUM-and-COUNT.sql)
6. [JOIN](https://github.com/shitu13/SQLZOO_solutions/blob/main/JOIN.sql)
7. [More JOIN](https://github.com/shitu13/SQLZOO_solutions/blob/main/more-JOIN.sql)
8. [Using NULL](https://github.com/shitu13/SQLZOO_solutions/blob/main/using-NULL.sql)
9. [Self JOIN](#self-join)All the solutions of SQLzoo