Q. Which statement is used to determine the storage engine for individual tables?
β
Correct Answer: (C)
SHOW TABLE STATUS
Explanation: This question is asking about how to find out which storage engine is used for a specific table in your MySQL database.