Q. Which system variable controls the size of the table cache?
β
Correct Answer: (A)
table_cache
Explanation: table_cache: This is the correct option. The table_cache system variable in MySQL controls the size of the table cache. It determines the maximum number of open tables that MySQL keeps cached in memory for quick access.