1,228 views
1 votes
1 votes
with respect to the B+ TREE index method .select the true statements?

1 records are physically stored in primary key order

2 B+ tree use a hashing algo.

3 the index tree may become unbalanced as a result of updates

4 none of the above

1 Answer

3 votes
3 votes
A is false..Clustering index on non key .

B is false (obviously B+ tree need not follow hashing function)..

C. true.

Take a B+ tree with  3 keys {1,2,3} and 2 is root.. now update root value to 10.. tree will be unbalanced..

Related questions

0 votes
0 votes
1 answer
1
gauravkumawat asked Jun 13, 2023
923 views
please solve in paper formet Explain the properties of B-Tree Also Construct B+ tree with order P=410,5,30,40,20,17,90,45,93,60,20,50,29
2 votes
2 votes
2 answers
2