Table Access Using B* Tree 

For all SELECT and DML (data manipulation language) statements, the database system uses the same search algorithm to determine the leaf page in which a table entry can be found or has to be changed.

Here you find some examples for table accessing using B* trees:

See also:

Table Access