A. Deleting a primary key that is referenced by a foreign key
B. Inserting a value in a foreign key column that does not exist in the referenced primary key
C. All of the above
D. Updating a primary key that is referenced
Answer: Option C
Solution (By JKExamLibrary)
Any action that breaks referential integrity, such as inserting an orphan record, deleting a referenced record, or updating a referenced key, will violate the foreign key constraint.
Explanation:
Atomicity follows the 'all-or-nothing' rule, ensuring that a transaction is either fully committed or completely rolled back if an error occurs.
No comments yet. Be the first to start the discussion!