Answered step by step
Verified Expert Solution
Question
1 Approved Answer
4 . Suppose that each of the following Update operations is applied directly to the database state shown in Figure 5 . 6 . Discuss
Suppose that each of the following Update operations is applied directly to the database state shown in Figure Discuss all integrity constraints violated by each operation, if any, and the different ways of enforcing these constraints.
a Insert RobertFScott Newcastle Rd Bellaire, TX M into EMPLOYEE.
b Insert ProductABellaire into PROJECT.
c Insert Production into DEPARTMENT.
d Delete the WORKSON tuples with Essn
e Delete the EMPLOYEE tuple with Ssn
f Modify the Mgrssn and Mgrstartdate of the DEPARTMENT tuple with Dnumber to and respectively.
g Modify the Superssn attribute of the EMPLOYEE tuple with Ssn to
A courier company maintains uptodate information on the processing and current location of each shipped item. To do this, the courier relies on a companywide system described as follows:
Shipped items are the heart of the courier product tracking information system. Shipped items can be characterized by item number unique weight, dimensions, insurance amount, destination, and final delivery date.
Shipped items are received into the courier system at a single retail center. Retail centers are characterized by their type, unique ID and address.
Shipped items make their way to their destination via one or more standard the courier transportation events ie flights, truck deliveries These transportation events are characterized by a unique schedule number type eg flight, truck and a delivery route.
Create an Entity Relationship diagram that captures this information about the courier system. Be certain to indicate identifiers and cardinality constraints.
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