Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 20 days ago
JSON representation

A simple SQL sandbox playground to practice SQL queries.

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.

![image](https://github.com/tsu2000/sql_box/assets/106811131/f851c940-d8b2-4857-bcd7-23391d596fd0)

**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**:

[]()