MEDIUM
Earn 100

Order database of the Company: Customer(CustID, CustName) Order(OrderID, CustID, OrderDate)  what type of integrity is this?

50% studentsanswered this correctly

Important Questions on Database Management System

EASY
 A Index on an attribute of a relation is a data structure that allows the database system to find those tuples in the relation that have a specified value for that attribute efficiently, without scanning through all the _____ of the relation.
EASY
The primary key is a unique value that identifies each row. This requirement is called the ______ constraint .