1 votes
0 answers
1
In the given program, when compiled in Dev c++ and executed, the main does not terminate. is there any explanation to this? ( page 16, Dennis Ritchie)#include<stdio.h mai...
1 votes
0 answers
2
0 votes
1 answer
5
In B+ trees, what convention is followed in GATE?A. The node to the left is < than the parent index node and the right node is >= to the parent index node.B. The node to ...
2 votes
0 answers
6
Book(year_of_publication, Title, Acc_no(primary key))then what does the following expression mean? (does it even mean anything)s={ t | ∀ u∈Book(t[year_of_publication]...
1 votes
1 answer
7
Where should i practice questions of DBMS other than GATE previous year papers?