πŸ“Š MySQL
Q. Which mode tells cache queries that begin with SELECT SQL_CACHE?
  • (A) 0
  • (B) 1
  • (C) 2
  • (D) 3
πŸ’¬ Discuss
βœ… 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.

Explanation by: Sonali Mishra
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
75
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Sonali Mishra
Publisher
πŸ“ˆ
91%
Success Rate