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

https://github.com/farhaduneci/sample_databases

Sample databases which I've found useful to play with
https://github.com/farhaduneci/sample_databases

resource sql

Last synced: 4 months ago
JSON representation

Sample databases which I've found useful to play with

Awesome Lists containing this project

README

          

Sample Database Files
=====================

Here you find sample database files you can use to learn SQL.
You may also have a look at https://8weeksqlchallenge.com

To import the files into MySQL, use this command:

> mysql -u root -p simple_shop < simple_shop.sql