Lab 8 - Implementation in MySQL-Oracle 2
Lab 8 - Implementation in MySQL-Oracle 2
Aim
______________________________________________________________________________
The aim of this lab is to familiarise you with the MySQL/Oracle Database Management System,
enabling you to define relations and constraints and populate a database.
Your Tasks
______________________________________________________________________________
You overall task will be to design an end-to-end Library Management System which performs the
following tasks:
a) Determine and rewrite the above schema with the correct domain/ data type for each attribute.
b) Using SQL create the above relations in MySQL/Oracle. Include the following constraints.
Note the queries you used to specify the constraints.