Which type of index in DB2 is commonly used for speeding up data retrieval operations?

  • B-Tree Index
  • Bitmap Index
  • Clustered Index
  • Hash Index
B-Tree indexes are commonly used in DB2 to speed up data retrieval operations. These indexes organize data in a balanced tree structure, enabling efficient search operations by navigating through levels of the tree to locate specific values. 
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *