Multiple choice technology mainframe

SQL Return code -532

  1. Restriction in deletion

  2. Foreign key constraint

  3. Invalid update

  4. Both A and B

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SQL return code -532 indicates a deletion restriction due to referential integrity. This occurs when attempting to delete a parent row that has dependent child rows, which would orphan the child records and violate the foreign key constraint.