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

Most answered questions in Databases

39 votes
5 answers
83
A relational database contains two tables Student and Performance as shown below:$$\overset{\text{Table: student}}{\begin{array}{|l|l|} \hline \text{Roll_no} & \text{Stud...
1 votes
5 answers
84
Consider R(A,B,C,D,E,F,G) be a relational schema with the following functional dependencies:AC->G, D->EG, BC->D, CG->BD, ACD->B, CE->AGThe number of different minimal cov...
1 votes
5 answers
85
is this is cascadeless?r1(X),w2(X),w1(X), abort2, commit1
0 votes
5 answers
86
0 votes
5 answers
87
4 votes
5 answers
91
0 votes
5 answers
93
If table is has only two coloumns,in which normal form would it be?
31 votes
5 answers
94
In a B+ Tree , if the search-key value is $8$ bytes long , the block size is $512$ bytes and the pointer size is $2\;\text{B}$ , then the maximum order of the B+ Tree is ...
52 votes
5 answers
95
Consider a database that has the relation schema CR(StudentName, CourseName). An instance of the schema CR is as given below.$$\begin{array}{|c|c|} \hline \textbf{Student...
8 votes
5 answers
97
Consider the following schedule:S : w1(A) w1(B) r2(A) w2(B) r3(A) w3(B)The number of schedules conflict equivalent are __________ .
2 votes
5 answers
99
Q1) R(A1,A2,A3,..................An) having A1A2 as its candidate key. Find the no of super key..?Q2) R(A1,A2,A3,..................An) having A1 and A2 as its candid...
8 votes
5 answers
100
Which operation is used to extract specified columns from a table?ProjectJoinExtractSubstitute