SQL indexes speed up the execution time of which statement(s)?

2. SQL indexes speed up the execution time of which statement(s)?

  1. SELECT
  2. WHERE
  3. Both A and B
  4. None of the above

Answer: C) Both A and B

Explanation:

SQL Indexes speed up the execution time of SELECT and WHERE statements.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.