40.0k views
5 votes
Discuss the entity integrity and referential integrity constraints. Why is each considered important

User Nigia
by
4.5k points

1 Answer

2 votes

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

Step-by-step explanation:

User Dudewad
by
3.4k points