Q. Foreign keys cannot handle deletes and updates.
β
Correct Answer: (B)
-sql_mode='TRADITIONAL'
Explanation: This question is about foreign keys in MySQL. Foreign keys are used to connect different tables in a database. They ensure that data in one table is consistent with data in another.