1
Reply

What is index-organized table in Oracle?

Sapna Malik

Sapna Malik

14y
4.5k
0
Reply

    The index organized is a type of table. The index organized table is store a data in a b-tree index structure that is logically store in a primary key order. Each index entry in the B-tree stores the non-key column values as well.