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}}}$$

Recent questions in Databases

0 votes
0 answers
3093
State True/False: "A relation must have a composite key if it is in BCNF but not in 4nf".
6 votes
1 answer
3094
which formula should we use for calculating LEAF node in B+ tree?I. n*(K+r)+b<=block sizewhere n=no of keysk=key size,r=record pointer,b=block pointerII. (n-1)(K+r)+b<=bl...
0 votes
0 answers
3095
Are serializable schedule and serial equivalent schedule same ? If so what is the difference ?
0 votes
0 answers
3098
By looking into er table how do we know it is 1:1 or N:N relation
0 votes
1 answer
3099
Given relation R(A, B, C, D, E) and set of functional dependencies F = {AB → C, AB → D, D → A, BC → D, BC → E}What w...
3 votes
1 answer
3100
Consider the following relation: R (A1, A,2, ....., An) and Every (n – 2) attributes of R forms Candidate key. Which of the following represents the number of super key...
0 votes
1 answer
3101
Assume a B-plus tree as:Size of search key=15BSize of block=512BSize of record pointer=9BSize of block pointer=8BWhat is the maximum number of nodes that can be accomodat...
2 votes
1 answer
3102
Let T be a B-tree of order m and height h. if n is the number of key elements in T then the maximum value of n is(m-1)h-1(m-1)h-1+1Mh-1Mh+1+1
0 votes
1 answer
3104
0 votes
0 answers
3105
a table with 3 attributes consist 4 rows (1,2,3) (5,2,3) ,(6,3,3) and ( 9,7,8) which of the following dependency works wellBC->AC->BB->A answer given in solution is BC->...
0 votes
1 answer
3106
1 votes
1 answer
3108
0 votes
0 answers
3109
0 votes
1 answer
3110
How many rows will be there in the output of the following query?