Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The ORDER data set ( i . e . , table ) described below contains data about orders and their associated line items. In other

The ORDER data set (i.e., table) described below contains data about orders and their
associated line items. In other words, Order_no 134 has one line item, Order_no 135 has
two line items, etc. The combination of (Order_No, Part_No) is used to identify each line
item.
ORDER (Order_No, Date, Part_No, Number_ordered)
Order_No Date Part_No Number_ordered
13401/22/22 AX1311
13501/22/22 BT041
13501/22/22 BZ661
13601/24/22 CB034
13701/25/22 CX112
13801/25/22 AZ522
13801/25/22 BT042
1. Suppose it is necessary to change the date of order 135. What is required to make this
change (i.e., in general how many rows need to have the date changed)?
2. Suppose a table were to be created for the ORDER data set given in question 1.
a. How many rows would be added to the SysTables data dictionary table discussed in class
(also known in Oracle as the ALL_TABLES data dictionary table)?
b. How many rows would be added to the SysColumns data dictionary table discussed in
class (also known in Oracle as the ALL_TAB_COLUMNS data dictionary table)?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Management Systems Designing And Building Business Applications

Authors: Gerald V. Post

1st Edition

0072898933, 978-0072898934

More Books

Students also viewed these Databases questions