1.

What Is The Difference Between Search And Search All?

Answer»

SEARCH - is a SERIAL search.
SEARCH ALL - is a binary search & the table MUST be SORTED
ASCENDING/DESCENDING KEY clause to be used & data loaded in this order) before using SEARCH ALL.

SEARCH - is a serial search.
SEARCH ALL - is a binary search & the table must be sorted
ASCENDING/DESCENDING KEY clause to be used & data loaded in this order) before using SEARCH ALL.



Discussion

No Comment Found