Question
Which operation generally reads a targeted key range rather than examining most index pages?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Index seek
Explanation:
A seek navigates the index structure to qualifying keys.
A scan reads a broad portion of an index or table and may be appropriate for large result sets.
Leave a Reply