-
Notifications
You must be signed in to change notification settings - Fork 0
farhaduneci/sample_databases
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
Sample databases which I've found useful to play with