Multiple choice technology databases SQL1145 error means? FOREIGN KEY DOES NOT EXIST FAILED TO CREATE FOREIGN KEY FOUND VIEW COLUMN INDEX ALREADY EXISTS Reveal answer Fill a bubble to check yourself A Correct answer Explanation SQL1145 occurs when a statement references a foreign key that doesn't exist in the database schema. This typically happens during ALTER or DROP operations when the specified foreign key constraint is not found.