Welcome to Future-X GATE DBMS Practice Section π
Here, you will find a collection of important GATE-level questions on
Functional Dependencies, Candidate Keys, and Normalization concepts.
All questions are explained with step-by-step solutions to help you understand concepts deeply
and solve problems quickly in exams.
π These questions are highly useful for:
π‘ Tip: Try solving each question yourself before viewing the solution.
Question:
Consider the relation scheme
R = {E, F, G, H, I, J, K, L, M, N}
and the set of functional dependencies:
What is the candidate key for R (GATE-CS-2014)? [Learn more about Candidate Key]
A. {E, F}
B. {E, F, H}
C. {E, F, H, K, L}
D. {E}
Question:
In a schema with attributes A, B, C, D, E, the following functional dependencies are given:
Which of the following functional dependencies is NOT implied by the above set (GATE IT 2005) ? [Learn more about Functional-Dependency]
A. CD β AC
B. BD β CD
C. BC β CD
D. AC β BC
Question:
Consider the relation scheme
R(A, B, C, D)
and the set of functional dependencies:
Find the candidate keys for R.[Learn more about Candidate Key]
A. {AB}
B. {AB, AC}
C. {AB, AC, AD}
D. {A}
Question:
Consider the relation scheme
R(A, B, C, D, E)
and the set of functional dependencies:
Find the candidate keys for R. [Learn more about Candidate Key]
A. {A, B, E}
B. {A, B}
C. {B, C, E}
D. {A, B, C, E}
Question:
Consider the relation scheme
R(A, B, C, D, E, F)
and the set of functional dependencies:
Find all candidate keys for R.[Learn more about Candidate Key]
A. {AB, BC, CE, EF}
B. {AB, BC, CE}
C. {AB}
D. {AB, CE}
Question:
Consider the relation scheme
R(A, B, C, D, E, F)
and the set of functional dependencies:
Find all candidate keys for R.[Learn more about Candidate Key]
Question:
Consider the relation scheme
R(A, B, C, D, E)
and the set of functional dependencies:
Find all candidate keys for R. [Learn more about Candidate Key]
Question:
Given the set of functional dependencies:
Show that: XY β P [Learn more about Functional Dependency]