Home » MYSQL » MySQL Optimization » Question
  1. All queries can be cached.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: A

A query is not cached if the query returns non deterministic results. For example, a query that uses the NOW() function returns different results over time. Therefore, it cannot be cached.



Your comments will be displayed only after manual approval.