Which one of the following data structures are preferred in database-system implementation?
What is the maximum number of keys that a B+ -tree of order 3 and of height 3 have?
1 Crore+ students have signed up on EduRev. Have you? Download the App |
Statement 1: When a node is split during insertion, the middle key is promoted to the parent as well as retained in right half-node.
Statement 2: When a key is deleted from the leaf, it is also deleted from the non-leaf nodes of the tree.
Which one of the following statements is NOT correct about the B+ tree data structure used for creating an index of a relational database table?
Consider the following query :
SELECT E.eno, COUNT(*)
FROM Employees E
GROUP BY E.eno
If an index on eno is available, the query can be answered by scanning only the index if
62 videos|66 docs|35 tests
|
62 videos|66 docs|35 tests
|