The Default indexing system in oracle
-
BALANCED TREE
-
BITMAP
-
FUNCTIONAL
-
BINARY TREE
A
Correct answer
Explanation
Oracle's default and most common indexing system is B-Tree (Balanced Tree) indexing. Bitmap indexing is an optional feature in Oracle used for low-cardinality columns, not the default. Functional indexing exists but is not a separate indexing system - it's just indexing on function results. Binary tree is not a standard Oracle indexing term.