Q. Foreign keys cannot handle deletes and updates.
β
Correct Answer: (B)
True
Explanation: A foreign key is the one which declares that an index in one table is related to that in another and place constraints. It is useful for handling deletes and updates along with row entries.