Attribute Closure, Super Key & Candidate Key Questions with Solutions (GATE DBMS)

Important GATE Questions on Functional Dependencies

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.

GATE Question 1

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}

GATE Question 2

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

GATE Question 3

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}

GATE Question 4

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}

GATE Question 5

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}

GATE Question 6

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]

GATE Question 7

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]

GATE Question 8

Question:

Given the set of functional dependencies:

Show that: XY β†’ P [Learn more about Functional Dependency]

πŸš€ Continue Learning

πŸ‘‰ Next Topic: Redundant & Extraneous β†’

πŸ”— Related Topics