Web Page

ER‐model. Relational model:Relational algebra, Tuple calculus, SQL. Integrity constraints, Normal forms. File organization, Indexing (e.g., B and B+ trees). Transactions and concurrency control.

$$\scriptsize{\overset{{\large{\textbf{Mark Distribution in Previous GATE}}}}{\begin{array}{|c|c|c|c|c|c|c|c|}\hline
\textbf{Year}& \textbf{2022} & \textbf{2021-1}&\textbf{2021-2}&\textbf{2020}&\textbf{2019}&\textbf{2018}&\textbf{2017-1}&\textbf{2017-2}&\textbf{2016-1}&\textbf{2016-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} & 3 &2&1&2&2&2&2&2&3&2&1&2.1&3
\\\hline\textbf{2 Marks Count} & 2&3&3&3&3&2&3&3&1&2&1&2.5&3
\\\hline\textbf{Total Marks} & 7 &8&7&8&8&6&8&8&5&6&\bf{6}&\bf{7.1}&\bf{8}\\\hline
\end{array}}}$$

Hot questions in Databases

1 votes
1 answer
4081
0 votes
1 answer
4082
Q)Suppose we are given the set ofFD's A->B,B->C,C->D,D->E .E->A.Of the 10 subsets of three attribute out of 5 attributes ABCDE how many of them are in BCNF wrt above FD?I...
3 votes
0 answers
4084
In Rigorous Two Pase Locking, If tansaction T1 holds a shared lock on X and T2 also requests for lock on X in shared mode.Will T2 will be granted?
2 votes
1 answer
4086
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.
1 votes
1 answer
4087
Is there any reason to design a database schema that is in 2NF,but is in no higher-order normal form?
1 votes
1 answer
4088
1 votes
0 answers
4089
If lock is shared what will happen?deadlock or not?
2 votes
2 answers
4090
I believe since the variable 't' is a free variable, so option three should also be right. Second option is also correct?
0 votes
1 answer
4091
2 votes
2 answers
4092
0 votes
0 answers
4093
is natural join is same as equijoin or innerjoin or natural join is defined as the caresian product followed by selection/projection
0 votes
0 answers
4094
2 votes
2 answers
4095
A B C3 5 NULL6 NULL 10NULL 10 512 NULL NULLSELECT * FROM R WHERE (A>=5) AND (B>C OR C>=5);NO OF TUPLES RESULTED BY QUERY?
0 votes
2 answers
4097
ATOMICITY IS MANAGED BY a) Programmerb) Recovery Management Component c) Concurrency Control Componentd) None of it
1 votes
2 answers
4098
2 votes
1 answer
4099
Consider a B+ tree with order 15, what is the max no of records that can be indexed with 3 levels ?