Q. Which mode tells not to cache query results?
β
Correct Answer: (A)
0
Explanation: This question is asking about query caching in MySQL. Query caching is a way for MySQL to store the results of queries so that it can retrieve them faster the next time the same query is run.