Home » MYSQL » Indexes » Question
  1. Using indexes optimizes query performance.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

In MySQL, there are many techniques available for optimizing queries. Indexing is the most useful. Generally the one thing that makes the most difference is the proper use of indexes.



Your comments will be displayed only after manual approval.