InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Which attribute is used to define index value | 
                            
| 
                                   
Answer»  Answer: A standard, B-tree INDEX contains an entry for each value in the index key along with a disk address of the row where the value is stored. A B-tree index is the default and most COMMON type of index in an Oracle database. A bitmap index USES strings of bits to encapsulate VALUES and potential row addresses. hope it helps you plz mark it as brainlist ✌️  | 
                            |