InterviewSolution
Saved Bookmarks
| 1. |
Search algorithms that use an index are referred to as _________(a) Index scans(b) Search scans(c) Primary scans(d) Equality scans |
|
Answer» The correct choice is (a) Index scans Easiest explanation: Search algorithms that use an index are called as index scans. We use the selection predicate to guide us through the choice of index to use in processing the query. |
|