Question: QUESTION 6 Consider the following database schema. Customer (ID:int, name) Order (OrderID:int, Customerid:int, price:double) Is it possible to have an order with unknown CustomerID? Yes.


QUESTION 6 Consider the following database schema. Customer (ID:int, name) Order (OrderID:int, Customerid:int, price:double) Is it possible to have an order with unknown CustomerID? Yes. No, violates entity Integrity constraint No, violates key constraint. No, violates domain constraints. No, violates referential integrity constraint. If an attribute (A) is determinant of (B), which in turn is determinant of (C), then the relation is not in: O INF O BNF O 2NF QUESTION 7 Consider the following database schema. Customer (ID:int, name) Order (OrderID:int, Customerid:int, price:double) Is it possible to have two orders for the same customer? No, violates domain constraints. No, violates entity Integrity constraint Yes. No, violates key constraint. No, violates referential integrity constraint
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
