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

3NF

GATE CSE & IT · Database Management Systems - Normalization · 1995-2026

17
PYQs
88%
keyed
0
elite explanations
13
years appeared

Study anchor

Source-book anchor pending for this concept.

Practice action

Start latest PYQ

PYQs in this concept

All concepts →
2026 PYQ

In the context of relational database normalization, which of the following statements is/ are true?

easyanswer keybasic explanation
2025 Q46

Consider the following relational schema along with all the functional dependencies that hold on them. R1(A, B, C, D, E): { D → E, EA → B, EB → C} R2(A, B, C, D): { A → D, A → B, C...

mediumanswer key
2025 Q47

Consider a relational schema team (name, city, owner), with functional dependencies {name → city, name → owner}. The relation team is decomposed into two relations, t1(name, city)...

mediumanswer key
2025 PYQ

Consider a relational schema team(name, city, owner), with functional dependencies \{name $\rightarrow$ city, name $\rightarrow$ owner}. The relation team is decomposed into two re...

easyanswer keybasic explanation
2025 PYQ

Consider the following relational schema along with all the functional dependencies that hold on them. $$\begin{aligned} & R 1(A, B, C, D, E):\{D \rightarrow E, E A \rightarrow B,...

mediumanswer keybasic explanation
2020 PYQ

Consider a relational table R that is in 3NF, but not in BCNF. Which one of the following statements is TRUE?

mediumanswer keybasic explanation
2015 PYQ

Consider an Entity-Relationship (ER) model in which entity sets E 1 and E 2 are connected by an m : n relationship R 12 . E 1 and E 3 are connected by a 1 : n (1 on the side of E 1...

medium
2012 PYQ

Which of the following is TRUE?

easyanswer key
2008 PYQ

Consider the following relational schemes for a library database. Book ( Title, Author, Catalog_ no, Publisher, Year, Pr ice ) Collection ( Title, Author, Catalog no ) With in the...

mediumanswer key
2007 PYQ

Which one of the following statements if FALSE?

mediumanswer key
2005 PYQ

Which one of the following statements about normal forms is FALSE?

easyanswer key
2004 PYQ

The relation scheme student Performance (Name, CourseNo, RollNo, Grade) has the following functional dependencies: Name, courseNo $$\,\, \to \,\,$$ grade RollNo, courseNo $$\,\, \t...

mediumanswer key
2004 PYQ

A relation Empdt $$1$$ is defined with attributes empcode (unique), name, street, city, state and pincode. For any pincode, there is only one city and state. Also, for any given st...

mediumanswer key
2002 PYQ

Relation $$R$$ is decomposed using a set of functional dependencies, $$F,$$ and relation $$S$$ is decomposed using another set of functional dependencies, $$G.$$ One decomposition...

mediumanswer key
1999 PYQ

Consider the schema $$R = \left( {S\,\,T\,\,U\,\,V} \right)$$ and the dependencies $$S \to T,\,\,T \to U,\,\,U \to V$$ and $$V \to S$$ let $$R =$$ $$(R1$$ and $$R2)$$ be a decompos...

mediumanswer key
1998 PYQ

Which normal form is considered adequate for normal relational database design?

easyanswer key
1995 PYQ

(a) Consider the relation scheme $$R(A, B, C)$$ with the following functional dependencies: $$\eqalign{ & A,B \to C \cr & \,\,\,\,\,\,C \to A \cr} $$ Show that the scheme $$R$$ is...

medium