Which data structure is commonly used for indexing in databases?

  • Linked List
  • Queue
  • Stack
  • Tree
In databases, the most common data structure used for indexing is a tree structure, particularly a B-tree or a variant like B+ tree. These structures provide efficient searching and retrieval of data, making them suitable for indexing purposes.
Add your answer
Loading...

Leave a comment

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