I’ve posted a new review version of the Sakila sample database for your reviewing pleasure.
The big change in this version is the introduction of formal documentation, including a full schema description, history, etc.
There are a couple of known issues with the data, but I thought I would get this out for people to look at.
Changes:
- Fixed bug in sales_by_store view that caused the same manager to be listed for every store.
- Fixed bug in inventory_held_by_customer function that caused function to return multiple rows.
- Moved rental_date trigger to sakila-data.sql file to prevent it from interfering with data loading.
Thanks to everyone who provides feedback, it is much
appreciated.
DOWNLOAD HERE
P.S. It also includes a schema diagram in MySQL Workbench format. …
[Read more]