Multiple choice technology mainframe SQL Return code -532 Restriction in deletion Foreign key constraint Invalid update 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.