InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between SEARCH and SEARCH ALL? |
|
Answer» SEARCH is a serial search, whereas SEARCH ALL is a binary search. A table must be in sorted order before using SEARCH ALL. |
|