https://github.com/XD-DENG/SQL-exercise
Practice with "Real" SQL Problems
https://github.com/XD-DENG/SQL-exercise
sql
Last synced: 11 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T21:46:31.000Z (over 2 years ago)
- Last Synced: 2025-03-30T13:37:06.732Z (11 months ago)
- Topics: sql
- Homepage:
- Size: 1.17 MB
- Stars: 1,379
- Watchers: 87
- Forks: 580
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-interview-questions - Schema, Questions & Solutions for SQL Exercising
- awesome-mysql-cn - SQL-exercise - 包含几个 SQL 练习,包括模式描述,用 SQL 语句去建立模式,SQL 的问题及解决方案。以 wikibook SQL 练习为基础。 (电子书)
- awesome-github-star - SQL-exercise - DENG | 1205 | (Others)
- awesome-mysql - SQL-exercise - contains several SQL exercises, including the schema description figure, SQL code to build schema, questions and solutions in SQL. Based on wikibook [SQL Exercises](https://en.wikibooks.org/wiki/SQL_Exercises). (e-books)
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/].