Q16 Single choice Mark for later In which ways can you set the query_cache_type option? A You can set it in the configuration file and restart the server. B You can set it at runtime for the entire server with the following statement: SET GLOBAL query_cache_type=[0|1|2] C You can set it at runtime for the current connection with the following statement: SET SESSION query_cache_type=[0|1|2] Correct answer