Question:Which of the following is the best way to disable caching for a query?
A Add the /*!no_query_cache*/ comment to the query.
B Flush the whole cache with the command: FLUSH QUERY CACHE
C Reset the query cache with the command: RESET QUERY CACHE
D Use the SQL_NO_CACHE option in the query.
+ AnswerD
+ Report