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

https://github.com/shitu13/sqlzoo_solutions


https://github.com/shitu13/sqlzoo_solutions

sql

Last synced: 2 months ago
JSON representation

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