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

1 votes
3 answers
4341
Please answer the following questions
0 votes
3 answers
4342
The process of assigning similar objects/entities to object/entity type known asa)Classification b)Instantiationc)Specializationd)Generalization
0 votes
1 answer
4343
In a database , the specification of data where individual data item of same type can have different sets of attribute a) True b) false
1 votes
3 answers
4344
Assume block size 4096 bytes,size of key is 4 bytes,size of pointer is 8 bytes.How many keys are possible per blocks for b+ tree organisation?(a) 155(b) 154(c) 341(d) 340...
0 votes
1 answer
4349
Decompose a relation into 3NF , BCNF, 2NF , How to get it?
1 votes
1 answer
4350
If S is a superkey such that S $\cap$ UID is NULL then S $\cup$ UID is also a superkey
11 votes
3 answers
4351
Consider the following ordering S of transaction T1:R(X),W(Y), T2:R(X),W(Y);T3:R(X),W(Y). how many schedules if any are conflict equivalent to S?1) 32) 5c) 15d) 30
1 votes
2 answers
4352
0 votes
2 answers
4353
ATOMICITY IS MANAGED BY a) Programmerb) Recovery Management Component c) Concurrency Control Componentd) None of it
2 votes
1 answer
4355
Can you explain me this :A table is in second normal form if every attribute is determined by every candidate key , but is not determined by any pure subset of Candidate ...
6 votes
1 answer
4356
Let R(ABCDE) be a relational schema and F ={AB->CD, ABC->E,C->E} BE A SET OF FUNCTIONAL dependencies. WHAT IS highest normal of R ?1NF 2NF3NFBCNF
6 votes
4 answers
4357
Consider the relation R(ABCD) with FD's set F={ AB->CD,C->.A,D->B}which of the following is false ?1.C->A is a partial Dependency2.C->A is a transitive Dependency3.D->B I...
3 votes
2 answers
4358
A functional dependency X->y is trivial if y⊆x right ??
1 votes
7 answers
4359
check whether it is view serializable or not?schedule S:R1(X),W2(X),W1(X)
3 votes
2 answers
4360