Indexes can reduce query scan work.
Practice this question from Quiz: DBMS for Java, with options and an explanation.
Question
Indexes can reduce query scan work.
Option A — Correct answer
True
Indexes accelerate lookup but must be maintained on data changes.
Option B
False
Indexes accelerate lookup but must be maintained on data changes.