πŸ“Š MySQL
Q. Which mode tells not to cache query results?
  • (A) 0
  • (B) DISP VARIABLES
  • (C) 2
  • (D) 3
πŸ’¬ Discuss
βœ… 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.

Explanation by: Ravi Shankar
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
93
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ravi Shankar
Publisher
πŸ“ˆ
86%
Success Rate