The relation scheme Student Performance (name, courseNo, rollNo, grade) has the following functional dependencies: name, courseNo, grade rollNo, courseNo grade name rollNo rollNo name The highest normal form of this relation scheme is
GATE CSE · Dbms
Master topic for Normal Form. Includes Canonical Cover, FD - Dependency Preserving, FD - Lossless Join Decomposition.
155 questions · 11 PYQs · 9 AI practice · GATE CSE 2027
The relation scheme Student Performance (name, courseNo, rollNo, grade) has the following functional dependencies: name, courseNo, grade rollNo, courseNo grade name rollNo rollNo name The highest normal form of this relation scheme is
Consider the following entity relationship diagram (ERD), where two entities E1 and E2 have a relation R of cardinality 1:m. The attributes of E1 are A11, A12 and A13 where A11 is the key attribute. The attributes of E2 are A21, A22 and A23 where A21 is the key attribute and A23 is a multi-valued attribute. Relation R does not have any attribute. A relational database containing minimum number of tables with each table satisfying the requirements of the third normal form (3NF) is designed from the above ERD. The number of tables in the database is

Consider the following functional dependencise in a database:
The relation (Roll_number,Name,Date_of_brith,Age) is
Relation R with an associated set of functional dependencies, F , is decomposed into BCNF. The redundancy (arising out of functional dependencies) in the resulting set of relations is.
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 is definitely BCNF , the other is definitely. 3NF , but it is not known which is which. To make a guaranteed identification, which one of the following tests should be used on the decompositions ? (Assume that the closures of F and G are available).
R,(A,B,C,D) is a relation. Which of the following does not have a lossless join, dependency preserving BCNF decomposition ?
Given the following relation instance.
Which of the following functional dependencies are satisfied by the instance?
Consider the schema and the dependencies and . Let be a decomposition such that . The decomposition is
Which normal form is considered adequate for normal relational database design?
For a database relation R(a, b, c, d), where the domains a, b, c, d include only atomic values, only the following functional dependencies and those that can be inferred from them hold This relation is
Choose the correct alternatives (More than one may be correct). Indicate which of the following statements are true: A relational database which is in 3NF may still have undesirable data redundancy because there may exist:
Consider a relation R(M, N, O, P) and a set of functional dependencies F = {M → N, O → P, MN → O}. The relation R is decomposed into R1 = (M, N), R2 = (O, P), and R3 = (M, N, O). Which of the following statements about this decomposition is TRUE?
Consider a relation R(A, B, C, D) and a set of functional dependencies F = {A → B, C → D, A → D}. The relation R is decomposed into R1 = (A, B), R2 = (C, D), and R3 = (A, C). Which of the following statements about this decomposition is TRUE?
Let R(P, Q, R, S) be a relation with the following functional dependencies: F = {P -> QRS, Q -> R, S -> R}. What is the canonical cover F_c for F?
Consider a relation R with attributes {P, Q, R, S, T} and the set of functional dependencies F = {PQ -> R, R -> S, P -> RS, S -> T}. Determine the canonical cover F_c for F.
Consider a relation R(X, Y, Z, W) and a set of functional dependencies F = {X → YZ, Y → W}. The relation R is decomposed into R1 = (X, Y, Z) and R2 = (Y, W). Which of the following statements about this decomposition is TRUE?
Consider a relation R with attributes {A, B, C, D, E} and a set of functional dependencies (FDs) F = { A -> BC, B -> D, A -> D, D -> E }. Determine the canonical cover F_c for F.
Consider a relation R(U, V, W, X) and a set of functional dependencies F = {U → V, V → W, UW → X}. The relation R is decomposed into R1 = (U, V), R2 = (V, W), and R3 = (U, X). Which of the following statements about this decomposition is TRUE?
Consider a relation R with schema R(A, B, C, D, E) and the following set of functional dependencies (FDs):
F = { A → B, C → D, B → E }
The relation R is decomposed into two relations, R1(A, B, C) and R2(C, D, E).
Is this decomposition a lossless-join decomposition?
Consider a relation R with attributes {V, W, X, Y} and the set of functional dependencies F = {VW -> X, V -> W, WX -> Y, V -> Y}. Find the canonical cover F_c for F.
Want unlimited AI-generated Normal Form questions?
Sign up free and practice with adaptive difficulty — Easy, Medium, Hard. New questions every session.
Start practising for free →