Skip to content
Early access — you're among the first to try PYQLabs. Share feedback
Concept drill

relational-database

GATE CSE & IT · SQL · 1998-2026

8
PYQs
75%
keyed
0
elite explanations
7
years appeared

Study anchor

Korth — Database System Concepts

Relational model, SQL, normalization, transactions

Practice action

Start latest PYQ

PYQs in this concept

All concepts →
2026 PYQ

Let $P, Q, R$ and $S$ be the attributes of a relation in a relational schema. Let $X \rightarrow Y$ indicate functional dependency in the context of a relational database, where $X...

easyanswer keybasic explanation
2024 Q44

The symbol → indicates functional dependency in the context of a relational database. Which of the following options is/are TRUE?

mediumanswer key
2024 PYQ

The symbol → indicates functional dependency in the context of a relational database. Which of the following options is/are TRUE?

easyanswer keybasic explanation
2023 PYQ

Consider the following table named Student in a relational database. The primary key of this table is rollNum. Student rollNum name gender marks 1 Naman M 62 2 Aliya F 70 3 Aliya F...

easybasic explanation
2021 PYQ

Consider the relation R(P, Q, S, T, X, Y, Z, W) with the following functional dependencies. PQ → X; P → YX; Q → Y; Y → ZW Consider the decomposition of the relation R into the cons...

mediumanswer keybasic explanation
2006 PYQ

Consider a database with three relation instances shown below. The primary keys for the Drivers and Cars relation are Did and cid respectively and the records are stored in ascendi...

mediumanswer key
2005 PYQ

A table ‘student’ with schema (roll, name, hostel, marks), and another table ‘hobby’ with schema (roll, hobbyname) contains records as shown below: Table: student Roll Name Hostel...

mediumanswer key
1998 PYQ

Suppose we have a database consisting of the following three relations. FREQUENTS (student, parlor) giving the parlors each student visits. SERVES (parlor, ice-cream) indicating wh...

medium