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{2024-1}& \textbf{2024-2} &\textbf{2023} &\textbf{2022} & \textbf{2021-1}&\textbf{2021-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} &4&4&1& 3 &2&1&1&2.5&4
\\\hline\textbf{2 Marks Count} &2&2&2& 2&3&3&2&2.33&3
\\\hline\textbf{Total Marks} & 8&8&5& 7 &8&7&\bf{5}&\bf{7.16}&\bf{8}\\\hline
\end{array}}}$$

Recent questions in Databases

0 votes
0 answers
221
1 votes
0 answers
222
Need some help , In this question W3(B) , W2(B) is allowed in TWR bit confuse between option b and d . Plz help me which option is correct between b and d with proper jus...
0 votes
1 answer
223
0 votes
0 answers
224
1 votes
1 answer
225
0 votes
0 answers
226
0 votes
0 answers
228
0 votes
1 answer
229
if E1 and E2 are relational algebra expressions then which of the following is NOT a relational algebra expression(a) E1 U E2(b) E1 X E2(c) E1 - E2(d) E1 / E2
0 votes
2 answers
230
0 votes
1 answer
231
______ operation preserves those tuples that would be lost in____(a) Natural join, Outer join(b) Outer join, Natural join(c) Left Outer Join, Right Outer Join(d) Left Out...
0 votes
2 answers
233
a tuple in relation DBMS is a equivalent to(a) Record(b) Field(c) File(d) Database
0 votes
1 answer
234
the materialization approach of query evaluation includes (from root to leaf) :(a) π, ∞, σ(b) π, σ, ∞(c) σ, π, ∞(d) σ, ∞, π
0 votes
2 answers
235
___________ operator is used to retain the unmatched rows of relations when they joined.(a) Outer Join(b) Inner Join(c) Natural Join(d) Self Join
0 votes
2 answers
236
which of the following is a unary operation?(a) intersection(b) projection(c) join(d) cartesian Product
0 votes
1 answer
237
the ____ defines a set of operations on relations, paralleling the usual algebraic operations such as addition, subtraction or multiplication, which operates on numbers.(...
0 votes
1 answer
238
relations and fields can be renamed in relational algebra using the renaming operator(a) ρ(b) σ(c) ∅(d) ⟕
0 votes
1 answer
240
Consider the relation schemas R(A, B, C, D) and S(D, E, F). What will be the degree of the resultant schema R * S, where star (*) symbol represents the natural join opera...