Q. Which mode tells cache queries that begin with SELECT SQL_CACHE?
β
Correct Answer: (C)
2
Explanation: This question is asking about the MySQL query cache. The query cache is a feature in MySQL that stores the results of recently executed queries, so that if the same query is run again, MySQL can simply retrieve the result from the cache instead of re-executing the query.