Which is the Defualt Index ?
-
BITMAP
-
B-TREE
-
FUNCTION BASED
-
None
B
Correct answer
Explanation
B-TREE is the default index type in Oracle and most relational databases. When you create an index without specifying the type, B-TREE is used. Bitmap indexes and function-based indexes require explicit specification.