During the search for a data record, the database system restricts the search area in steps, starting from the root level.
To determine the leaf page of a B* tree in which a certain data record is located, the database system uses the same search algorithm for all SELECT and DML statements (DML = Data Manipulation Language).
The database system performs all comparisons during the search on the basis of characters.