Question: Implement the Physical Database Design constructs ( using Logical Database Design shown in Figure 1 7 . 9 , pg . 5 0 6 )
Implement the "Physical Database Design" constructs using "Logical Database Design" shown in Figure pg required to support the Data Queries" transactions df & g described in Section A on page A This will require an SQL script that includes
The creation of tables refer to section A and Figure to determine fields ONLY INCLUDE TABLES REQUIRED TO SUPPORT df & g
The creation of DML statements to populate the tables minimum of records per table
The creation of constraints excluding multiplicity
The creation of appropriate indexes in a comment above the index creation, explain why index was used
Notes
This is an extension of Project & Project which created the Staff & Branch relations.
Refer to the "Data IntegrityLinks to an external site." chapter of the "Oracle Database Concepts" for description of the database integrity constraints supported by Oracle.
Refer to the "Data TypesLinks to an external site." section of the SQL Language Reference" for descriptions of the Oracle data types, specifically for this activity focus on the "Oracle BuiltIn Data Types".
Refer to the SQL Reference manual for the proper syntax for the "CREATE TABLE", "DROP TABLE", "CREATE INDEX", and "DROP INDEX" statements.
CREATE TABLE, DROP TABLE, CREATE INDEX, DROP INDEX
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
