Concept drill
projection
GATE CSE & IT · SQL · 1996-2026
3
PYQs
67%
keyed
0
elite explanations
3
years appeared
Study anchor
Korth — Database System Concepts
Relational model, SQL, normalization, transactions
Practice action
Start latest PYQPYQs in this concept
All concepts →2026 PYQ
Consider a relational database schema with two relations $R(P, Q)$ and $S(X, Y)$. Let $E=\{\langle u\rangle \mid \exists v \exists w\langle u, v\rangle \in R \wedge\langle v, w\ran...
mediumanswer keybasic explanation
2015 PYQ
SELECT operation in SQL is equivalent to
easyanswer key
1996 PYQ
A library relational database system uses the following schema USERS (User #, User Name, Home Town) BOOKS (Books # Book Title, Author Name) ISSUED (Book #, User #, Date) Explain in...
medium