Multiple choice technology mainframe

SQL Return code -530

  1. Foreign Key constraint

  2. Bind issue

  3. Authorization iussue

  4. BOTH A and C

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

SQL return code -530 is a referential integrity violation indicating a foreign key constraint failure. This occurs when an INSERT or UPDATE operation would create a child row without a valid parent key reference.