https://github.com/tsu2000/sql_box
A simple SQL sandbox playground to practice SQL queries.
https://github.com/tsu2000/sql_box
learning sql sqlite3 streamlit
Last synced: 7 months ago
JSON representation
A simple SQL sandbox playground to practice SQL queries.
- Host: GitHub
- URL: https://github.com/tsu2000/sql_box
- Owner: tsu2000
- License: mit
- Created: 2023-06-29T15:32:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T06:46:52.000Z (over 2 years ago)
- Last Synced: 2025-03-16T16:49:58.979Z (about 1 year ago)
- Topics: learning, sql, sqlite3, streamlit
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sql_box
A simple SQL sandbox playground web app to practice SQL queries on sample data from a database.

**Notes**:
- The "database" in question is a connection to an SQLite3 file with attached datbases to simulate multiple schemas. No SQL server of any kind was used because it was not necessary.
- Database data was mainly taken from this [YouTube Tutorial]() about MySQL, with slight modifications to suit the nature of the questions in the web app.
- More questions can be added to the question bank. Submit a pull request to add questions. Questions must be based on the sample data in the database, which you can view at the link to the app below.
- Certain commands that work in other SQL platforms or editors **may not** work in this application.
- Only 1 query can be executed at the time, so refrain from entering multiple SQL queries into the data editor.
**Link to Web App**:
[
]()