We’re entering the home stretch with Sakila 0.6.
I think I have most data issues dealt with, though some sanity checks would be greatly appreciated.
I would also love any views, stored procedures, and stored functions that anyone would like to contribute.
Download it at: http://www.openwin.org/mike/download/sakila-0.6.zip
Run the schema script first, then the data script.
Version 0.6
* Added film_in_stock stored procedure.
* Added film_not_in_stock stored procedure.
* Added inventory_help_by_customer stored function.
* Added inventory__in_stock stored function.
* Optimized data file for loading (multi-row INSERT statements,
transactions). (Thanks Giuseppe)
* Fixed error in payment table loading script that cause
infinitely increasing payment amounts.