Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use oracle database management to create tables: SUBMIT THE ASSIGNMENT IN A WORD DOCUMENT FORMAT 1. Use Oracle Database Management System Interface to create the
Use oracle database management to create tables:
SUBMIT THE ASSIGNMENT IN A WORD DOCUMENT FORMAT 1. Use Oracle Database Management System Interface to create the following tables Customer Table with the following columns . 1. QustomerNumber as number with precision 10 and scale 0 not null 2. CustomerName as a varchar2 with size 30 and not null 3. Address 4. City 5. State 6. ZipCode 7. Phone With as the primary key Order Table with the following columns 1. QrderNumber as number with precision 10 and scale 0 not null 2. Date as number not null 3. Subtotal as number with precision of 10 and scale of 3 null 4. Tax as number with precision of 10 and scale of 3 null 5. Total as number with precision of 10 and scale of 3 null 6. QustomerNumber as number with precision of 10 and scale of 0 not null With QrderNumber as the primary key and CustomerNumber as a foreign key Item Table with the following columns . 1. ItemNumber as number with precision of 10 and scale of 0 not null 2. UxitPrice as number with precision of 10 and scale of 3 null 3. Description as varchar2 with size 100 With ItemNumber as the primary key . OrderLine ltem Table with the following columns 1. QrderNumber as number with precision of 10 and scale of 0 not null 2. LineNumber as number with precision of 10 and scale of 0 not null 3. Quantity as number with precision of 10 and scale of 0 not null 4. UvitPrice as number with precision of 10 and scale of 3 not null 5. Extended Price as number with precision of 14 and scale of 3 not null LtemNumber as number with precision of 10 and scale of 0 not null 6. With LineNumber as primary key ltemNumber and QrderNumber as foreign keysStep 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