Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xd-deng/sql-exercise
Practice with "Real" SQL Problems
https://github.com/xd-deng/sql-exercise
sql
Last synced: 23 days ago
JSON representation
Practice with "Real" SQL Problems
- Host: GitHub
- URL: https://github.com/xd-deng/sql-exercise
- Owner: XD-DENG
- Created: 2015-11-26T02:46:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T21:46:31.000Z (about 1 year ago)
- Last Synced: 2024-11-02T16:35:04.573Z (about 2 months ago)
- Topics: sql
- Homepage:
- Size: 1.17 MB
- Stars: 1,346
- Watchers: 89
- Forks: 572
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# SQL-exercise
Schemas, Questions & Solutions for SQL Exercising## Introduction
The schemas and questions are[1] from Wikibook **SQL Exercises** [https://en.wikibooks.org/wiki/SQL_Exercises]. Solutions are from both this Wikibook and me (exercise 1-8). I also added some questions by myself.
or
[2] given by me using some practical examples I encountered (exercise 9-10).
## Repository Structure
The repo structure is like below:
```
SQL-exercise
└───SQL_exercise_1
└───......
└───SQL_exercise_*
│ *_schema_figure.png
│ *_build_schema.sql
│ *_questions_and_solutions.sql└───......
```
## License
Please note this repostory is under the Creative Commons Attribution-ShareAlike License[https://creativecommons.org/licenses/by-sa/3.0/].