Skip to content

This is the standard example Sakila database that comes with MySQL.

Notifications You must be signed in to change notification settings

MrMcCrow/DDD-0---Example-Movie-Database---PRI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDD-0---Example-Movie-Database---PRI

This is the standard example Sakila database that comes with MySQL. It has way more than pupils need for N5/Higher, however it is fun to play with, but uncommenting and adapting the queries provided in main.sql.

This is a bare bones SQLite repl for use in school.

main.sql has some boilerplate to add columns, headers etc. schema.sql creates the tables data.sql is a simple file to list the various different .sql INSERT files For ease of reading, each table's INSERTs are in their own .sql file - add more .read <filename>.sql as need to data.sql

SQLite does not seem to like altering tables once created.

schema_constraints.sql has the SQA instructions on how to add constraints to the database schema.

About

This is the standard example Sakila database that comes with MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages