Integrity Rules

List the rules used to enforce table level integrity.

Questions by kh_trnh

Showing Answers 1 - 3 of 3 Answers

There are 3 rules to enforce table level integrity.
1.Foreign key value can be modified only if we want to match the corresponding primary key value.
2.We cannot delete records either from parent or child table as long as they contain matching records.
3.We cannot modify the parent record if the child table contains a matching record.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions