0 answers
2
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...
0 answers
3
2 answers
4
I have read in theory that multiple aggregation = innermost aggregation ,So I was expecting result as min(price)BUTwhen I run this program on www.w3school.com <SQL ...
2 answers
5
1 answer
9
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 ...
0 answers
14
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 answer
15
Where should i practice questions of DBMS other than GATE previous year papers?