Solve your doubts and expand your knowledge with IDNLearn.com's extensive Q&A database. Get the information you need from our experts, who provide reliable and detailed answers to all your questions.

Discuss the entity integrity and referential integrity constraints. Why is each considered important

Sagot :

Answer:

Referential integrity, is the condition with the rule that foreign key values are always valid, and it is founded on entity integrity. Entity integrity, makes certain, the condition that there is a unique non-null primary key for every entity. The parent key functions as the source of the unique identifier for a set of relationships of an entity in the referential constraint parent table, and defining the parent key is known as entity integrity

Explanation: