Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raminmammadzada/sql-zoo
Microverse School > SQL Project > SQL Zoo
https://github.com/raminmammadzada/sql-zoo
sql sql-zoo
Last synced: 4 days ago
JSON representation
Microverse School > SQL Project > SQL Zoo
- Host: GitHub
- URL: https://github.com/raminmammadzada/sql-zoo
- Owner: RaminMammadzada
- Created: 2020-09-12T14:18:04.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2020-09-16T14:45:16.000Z (about 4 years ago)
- Last Synced: 2024-10-18T17:37:41.228Z (19 days ago)
- Topics: sql, sql-zoo
- Homepage:
- Size: 751 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Microverse Databases -> SQL Project
The goal of this project is to put into practice SQL queries using the online resource [SQL Zoo](http://sqlzoo.net).
[SQL Zoo](http://sqlzoo.net) 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.
## Solutions I proposed to all of the problems in every tutorial
0. [SELECT Basics](/SELECT_basics)
1. [SELECT Name](/SELECT_name)
2. [SELECT From World](/SELECT_from_World)
3. [SELECT From Nobel](/SELECT_from_Nobel_Tutorial)
4. [SELECT within SELECT Tutorial](/SELECT_within_SELECT_Tutorial)
5. [SUM and COUNT](/SUM_and_COUNT)
6. [JOIN](JOIN)
7. [More JOIN Operations](/More_JOIN_Operations)
8. [Using Null](/Using_Null)
9. [Numeric Examples](/Numeric_Examples)
10. [Window function](/Window_function)
11. [Self join](/Self_join)## Built With
- SQL## Requirements
- Knowledge in SQL## Author
👤 **Ramin Mammadzada**
- Github: [@RaminMammadzada](https://github.com/RaminMammadzada)
- Twitter: [@RaminMammadzada](https://twitter.com/RaminMammadzada)
- Linkedin: [@RaminMammadzada](https://www.linkedin.com/in/raminmammadzada)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/RaminMammadzada/online-shop-frontend/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Microverse](https://www.microverse.org/)
- [The Odin Project](https://www.theodinproject.com/courses/databases/lessons/sql)## 📝 License
This project is [MIT](lic.url) licensed.