Kizspy Question: 46
(Choose 1 answer)
What is the purpose of "OR IGNORE" in the following SQL:
INSERT OR IGNORE INTO Course (title) VALUES (?)
A. It makes sure that if a particular title is already in the table, there are no duplicate rows inserted
B. It ignores errors in the SQL syntax for the statement
C. It updates the created_at value if the title already exists in the table
D. It ignores any foreign key constraint errors