what is reverential integrity. explain with the help of an example.
Answers
Answered by
4
Answer:
Referential integrity
It means the reference from a row in one table to another table must be valid. Examples of referential integrity constraint in the Customer/Order database of the Company: Customer(CustID, CustName) Order(OrderID, CustID, OrderDate)
Answered by
0
Answer:
Referential integrity
It means the reference from a row in one table to another table must be valid. Examples of referential integrity constraint in the Customer/Order database of the Company: Customer(CustID, CustName) Order(OrderID, CustID, OrderDate).
Similar questions