Multiple choice technology databases

SQL310 error means

  1. Constraint or Key not found

  2. Foreign key references non-existent table

  3. Before Delete trigger failed

  4. Row to DELETE not found

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

In Sybase and SQL Anywhere, the SQL310 error code indicates that a foreign key references a non-existent table, violating referential integrity constraints during schema definition.