276 views

Please log in or register to answer this question.

Related questions

2 votes
2 votes
1 answer
1
Kapil asked Sep 29, 2016
971 views
Check whether the given schedule is conflict serializable or not ? R2(A); R3(C); W3(A); W2(A); W2(B); W3(C); R1(A); R1(B); W1(A); W1(B)
3 votes
3 votes
2 answers
2
2 votes
2 votes
1 answer
4
pritika kundu asked Dec 2, 2015
419 views
Given a data file with 100 records per pages and on index page capacity of 512 index entries, how deep should be the B++ tree to index this file.