442 views
0 votes
0 votes
Let the search key field of a B+ tree is 4 Bytes , the disk block size is 199 Bytes , and the index pointer is 3 Bytes, then the order of B+ tree is _______

1 Answer

Best answer
1 votes
1 votes
n*3 + (n-1)4 <=199 , n<=29 , so order is 29
selected by
Answer:

Related questions

985
views
2 answers
1 votes
Bikram asked Nov 26, 2016
985 views
Let there is a Table named Stud_records with $3000$ records of fixed length, each record size is $50$ Bytes and records are stored in a block of size $512$ Bytes, If sec...
799
views
1 answers
0 votes
Bikram asked Nov 26, 2016
799 views
Each dealer owns one or more cars and each car is owned by at-most one dealer. If Dealer table has $20$ tuples and Cars table has $60$ tuples then owns table can have max...
356
views
1 answers
1 votes
Bikram asked Nov 26, 2016
356 views
Consider the join of relation R with a relation S. If R has $m$ tuples and S has $n$ tuples, then the maximum and minimum sizes of the join, respectively, are __________....
272
views
1 answers
0 votes
Bikram asked Nov 26, 2016
272 views
A functional dependency of the form x → y is trivial ify ⊆ xy ⊂ xx ⊆ yx ⊂ y