You can prepare effectively for Computer Science Engineering (CSE) GATE Computer Science Engineering(CSE) 2027 Mock Test Series with this dedicated MCQ Practice Test (available with solutions) on the important topic of "Test: Functional Dependencies & Normalization- 1". These 10 questions have been designed by the experts with the latest curriculum of Computer Science Engineering (CSE) 2026, to help you master the concept.
Test Highlights:
Sign up on EduRev for free to attempt this test and track your preparation progress.
Which normal form is considered adequate for relational database design?
Detailed Solution: Question 1
If every non-key attribute is functionally dependent on the primary key, then the relation will be in
Detailed Solution: Question 2
Given the functional dependencies:
X→W; X→Y; Y→Z and Z→PQ
Which of the following does not hold good?
Detailed Solution: Question 3
For a database relation R(a, b, c, d) where the domains of a, b, c and d include only atomic values, only the following functional dependencies and those that can be inferred from them hold.
a → c
b→d
The relation is in
Detailed Solution: Question 4
Third normal form is inadequate in situations where the relation
Detailed Solution: Question 5
Entity set TRANSACTION has the attributes transaction number, date, amount. Entity set ACCOUNT has the attributes account number, customer name, balance.
Q. Which is the discriminator of the weak entity?
Detailed Solution: Question 6
Entity set TRANSACTION has the attributes transaction number, date, amount. Entity set ACCOUNT has the attributes account number, customer name, balance.
Q. Which is the primary key of the weak entity?
Detailed Solution: Question 7
If a relation scheme is in BCNF, then it is also in
Detailed Solution: Question 8
For relation R(A, B, C, D, E, F) the set of FD’s is {A → C, B → D, C → E, D → E, E → A, F → B} What is the candidate key for R?
Detailed Solution: Question 9
A set of FDs is given for a relation R (A, B, C, D, E, F, G)

What is the closure of {A, C}+ under this set?
Detailed Solution: Question 10