https://github.com/ozovalihasan/database-sqlzoo
🗄️ The database tutorial on SQLZOO is completed, and all solutions are added.
https://github.com/ozovalihasan/database-sqlzoo
database mysql
Last synced: 2 months ago
JSON representation
🗄️ The database tutorial on SQLZOO is completed, and all solutions are added.
- Host: GitHub
- URL: https://github.com/ozovalihasan/database-sqlzoo
- Owner: ozovalihasan
- Created: 2020-06-05T13:38:23.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-06-05T14:58:31.000Z (about 6 years ago)
- Last Synced: 2025-03-21T22:38:09.383Z (over 1 year ago)
- Topics: database, mysql
- Language: TSQL
- Homepage: https://ozovalihasan.github.io/database-sqlzoo/
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sqlzoo (MySQL) Queries
This is a project in the Database course at [Microverse](https://www.microverse.org/) - @microverseinc . This repository contains answers of tutorials given on [SQLZOO](https://sqlzoo.net/wiki/SQL_Tutorial).
## Built With
- MySQL
## Description
This project is mainly about how to use queries by using MySQL.
The task was to complete tutorials on [SQLZOO](https://sqlzoo.net/wiki/SQL_Tutorial).
Answers are grouped by following tutorials;
- `SELECT` basics
- `SELECT` from world
- `SELECT` from nobel
- `SELECT` in `SELECT`
- `SUM` and `COUNT`
- `JOIN`
- More `JOIN`
- Using `NULL`
- Self `JOIN`
## Live Demo
Answers can be checked by using related tutorials on [SQLZOO](https://sqlzoo.net/wiki/SQL_Tutorial)
## Authors
👤 **Hasan Özovalı**
- Github: [@ozovalihasan](https://github.com/ozovalihasan)
- Twitter: [@ozovalihasan](https://twitter.com/ozovalihasan)
- Linkedin: [Hasan Özovalı](https://www.linkedin.com/in/hasan-ozovali/)
- Mail: [ozovalihasan@gmail.com](ozovalihasan@gmail.com)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ozovalihasan/database-sqlzoo/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
Special thanks to;
- [Microverse](https://www.microverse.org/) and
- [Odin Project](www.theodinproject.com) because of provided materials for this project
## 📝 License
This project is [MIT](https://opensource.org/licenses/MIT) licensed.