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

https://github.com/zulqarnain1ali/sample-sql-database-

A sample SQL database which can be used for practicing SQL queries in MySQL and SSMS.
https://github.com/zulqarnain1ali/sample-sql-database-

database database-management database-schema databases mysql mysql-database practice queries sample sampledatabase sql sql-query sqlite ssms tables

Last synced: about 1 month ago
JSON representation

A sample SQL database which can be used for practicing SQL queries in MySQL and SSMS.

Awesome Lists containing this project

README

          

This is a file of word ducument with the code of set of queries to make a sample database. This contain 8 tables with joins and triggers with data.

This can be helpful for you if you want to practice SQL queries. Just download the word document file. It contain all the queries to create a database. Copy from there and paste it to your software, you want to use like SSMS or MySQL. After pasting the basic query of creating database. Than copy the remaining code with Ctrl+A and past it in it. After executing the queries you will get 8 tables with almost 1000+ rows of data in each table. From there you can practice executing queries on that data.

Share to your friends if you find this helpful.