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

https://github.com/abhirajp595/sql-practice-web-app

SQL Practice app
https://github.com/abhirajp595/sql-practice-web-app

practice python sql streamlit web-app

Last synced: 5 months ago
JSON representation

SQL Practice app

Awesome Lists containing this project

README

          

# SQL-Practice-Web-App
Overview
I made a SQL practice web app using Streamlit in Python. This application is designed to help users practice SQL queries by providing a set of medium and hard SQL questions. The app includes a 'View Answer' tab to display the solution for each question.

Features
SQL Questions: 50 medium and hard SQL questions.
View Answer: A tab to display the solution for each question.
Tables Used
Bonus: Contains bonus information related to employees.
Employees: Contains employee information including personal and job-related details.

Output Description
The application displays SQL questions along with input fields for users to write and execute their queries. Users can view the solution for each question using the 'View Answer' tab.

Contributing
Feel free to open issues or submit pull requests if you have any suggestions or improvements.