1.for standard table, it must be sorted by search key. 2.for sorted table , binary search is used automatically when searching with/include table key. Note:with a binary search (addition BINARY SEARCH is used for standard tables, automatically for s…