InterviewSolution
Saved Bookmarks
| 1. |
Which mode tells not to cache query results?(a) 0(b) 1(c) 2(d) 3 |
|
Answer» Right option is (a) 0 Explanation: The have_query_cache system variable is used to check whether there is support for query cache. The mode ‘0’ tells not to cache the query results or to retrieve the cached results. |
|