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
- Host: GitHub
- URL: https://github.com/farhaduneci/sample_databases
- Owner: farhaduneci
- Created: 2023-02-17T07:41:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T08:00:20.000Z (over 3 years ago)
- Last Synced: 2025-03-05T08:19:48.268Z (over 1 year ago)
- Topics: resource, sql
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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