Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PVF CUSTOMER ORDER ORDER N 0 : 6 1 3 8 4 CUSTOMER NO: 1 2 7 3 NAME: ADDRESS: CITY - STATE - ZIP:
PVF CUSTOMER ORDER
ORDER N:
CUSTOMER NO:
NAME:
ADDRESS:
CITYSTATEZIP:
Contemporary Designs
ak St
Austin, TX
PROMISED DATE:
ORDER DATE:
tabletablePRODUCTNDESCRIPTION,tableQUANTITYORDEREDtableUNITPRICEMBookcase,BCabinet,RTable,
Based on the above sample customer order, you are required to complete the following tasks with Oracle database and tools:
Develop an R diagram both logical and relational models with the appropriate cardinality notations; select appropriate data types. The database should be normalized to the third normal form or higher. points
Generate DDL from the data model and create tables in the Oracle database. points
Write a script to insert test data at least customer, order and products into the tables. The data must be inserted in the correct order to avoid referential integrity violations. points
Create a VIEW to show Customer Name, Address including street address, city, state, and zip in one field Order Date, Number of Products Ordered, and Total Price. Write a select statement to test the view. points
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started