-
To determine whether query cache is supported by the server the variable is _________________.
-
- query_cache_have
- have_query_cache
- cache_query_have
- have_cache_query
- None of these
Correct Option: B
In MySQL, in order to determine whether a server supports the query cache or not, the value of the ‘have_query_cache’ system variable is checked. It returns ‘YES’ if support is available.