DMF Exam QuestionsBrowse all questions from this exam

DMF Exam - Question 2


When reviewing data access plans, sequential searching is slowing the database.

One way to fix this is:

Show Answer
Correct Answer:

Discussion

3 comments
Sign in to comment
Azurelearner123
Oct 17, 2024

Indexing helps to improve the performance of any sequencial searching data operations.

galianOption: B
Feb 6, 2025

indexing helps to improve the performance of any sequencial searching data operations.

Hosna2023Option: B
Mar 2, 2025

Page 200: The recommended approach to improving database performance in such cases is creating new indexes, as indexing helps speed up query execution and reduces the need for full table scans.