December 2011
Intermediate to advanced
269 pages
7h 26m
English
![]()
The B-tree index is the default index type in Oracle. This index type is known as B-tree because the table row identifier (ROWID) and associated column values are stored within index blocks in a balanced tree-like structure. Oracle B-tree indexes are used for the following reasons:
If a table column value (or combination of columns) is fairly unique within all rows in a table, then creating a B-tree ...
Read now
Unlock full access