[SOLVED] Project Phase 2 relational schema diagram

15.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon phase2.zip (900.4 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
šŸ”’ Securely Powered by:
Secure Checkout
5/5 - (1 vote)

Use the EER diagram provided by your instructor (hard copy, given in class) as the formal requirement specification of this project and convert it into a relational schema diagram using the mapping steps explained in class.

Your task:

  • Design relations (tables). Each relation (table) should contain the following information: name, attributes, and, primary key.
  • Each attribute should have appropriate data type.
  • Foreign keys must be specified if there are any.
  • Referential integrity constraints must be specified if there are any.

Using Oracle Data Modeler:

  • You must use Oracle Data modeler to create a relational model (Note here: not logical model).
  • Export your model to DDL file (say project.sql). If you see any errors in the DDL file, fix the model and generate new sql code until no errors are left.
  • phase2.zip