Multiple choice

INDEXES are created to

  1. locate records quickly

  2. locate a table quickly

  3. to create a back up table

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Indexes create data structures that allow the database engine to find specific rows quickly without scanning entire tables. They optimize record retrieval based on column values.