SalesDB
A simple artificial database in star schema.
Original source: www.sqlskills.com
Versions
SalesDB (by Jan Motl)
Dataset details
- Associated task:
- Regression
- Domain:
- Retail
- Data types:
- Size:
- 584.3 MB
- Count of tables:
- 4
- Count of rows:
- 6,718,978
- Count of columns:
- 16
- Missing values:
- Yes
- Compound keys:
- No
- Loops:
- No
- Type:
- Synthetic
- Instance count:
- 6,698,788
- Target table:
- Sales
- Target column:
- Quantity
- Target ID:
- SalesID
- Target timestamp:
- ?
How to download the dataset
The datasets are publicly available directly from MariaDB database.
- Open your favourite MariaDB client (MySQL Workbench works, but see FAQ)
- Use following credentials:
- hostname: relational.fel.cvut.cz
- port: 3306
- username: guest
- password: ctu-relational
- Export "SalesDB" database (or other version of the dataset, if available) in your favourite format (e.g. CSV or SQL dump).