Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidosky007/mysql_zoo
This Project contains different Sql queries stored in .sql files
https://github.com/davidosky007/mysql_zoo
Last synced: about 7 hours ago
JSON representation
This Project contains different Sql queries stored in .sql files
- Host: GitHub
- URL: https://github.com/davidosky007/mysql_zoo
- Owner: Davidosky007
- Created: 2020-12-08T07:53:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T10:58:49.000Z (about 4 years ago)
- Last Synced: 2023-03-04T23:49:15.563Z (almost 2 years ago)
- Size: 1.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MYSQL_ZOO
This project contains different SQL queries stored in .sql files.![screenshot](./img/sql_zoo.jpg)
## About the Project
This Project contains different types of SQL Questions and Solutions to the questions. Each folder contains different types of SQL queries from basic to advance. Questions file is a text file contains questions that are got from the SQL zoo website if you don't understand the questions please follow [this link](https://sqlzoo.net/) and find the question from there for better understanding.
The project follows [sqlzoo tutorials](https://sqlzoo.net/) to get the questions and test the answer from the [sqlzoo](https://sqlzoo.net/) website.## About the SQL Zoo
SQL Zoo 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. Some of the queries, particularly at first, are quite simple. They definitely get more challenging towards the end and can be real head-scratchers.## Built With
- Sql
## Getting Started
To get a local copy up and running follow these simple steps.
- clone This repository by using the following command on your local PC:
```
git clone https://github.com/Davidosky007/MYSQL_ZOO.git
```
- After cloning navigate to the folder.
- Check Question file in every folder and `*.sql` file for the answer in every folder.## Author
👤 **David BASSEY**- GitHub: [@davidosky007](https://github.com/davidosky007)
- Twitter: [@davidosky2](https://twitter.com/Davidosky2)
- LinkedIn: [David Bassey](https://www.linkedin.com/in/david-bassey-2b9671199/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Davidosky007/MYSQL_ZOO/issues).
## License
This project is [MIT](https://github.com/Davidosky007/MYSQL_ZOO/blob/development/LICENSE) licensed.
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgements
- [Sqlzoo](https://sqlzoo.net/)