A decomposition of relation into is dependency preserving if:
GATE CSE · Dbms
Master topic for Normal Form. Includes Canonical Cover, FD - Dependency Preserving, FD - Lossless Join Decomposition.
155 questions · 0 PYQs · 20 AI practice · GATE CSE 2027
A decomposition of relation into is dependency preserving if:
Consider the schema and the functional dependencies , , . Two decompositions are: and . Which decompositions are lossless join?
Relation has FDs . It is decomposed into . Is the decomposition dependency preserving?
Which of the following is FALSE about canonical cover?
Consider FD set . After computing the canonical cover, how many FDs remain?
Consider on . How many FDs does the canonical cover contain?
Consider a relation schema R(A, B, C, D, E) and the following set of functional dependencies F:
F = { A → B, BC → D, D → E }
The relation R is decomposed into two relations R1(A, B, C) and R2(C, D, E).
Which of the following statements is TRUE regarding this decomposition?
The symbol indicates functional dependency. Which of the following is/are TRUE?
Consider the relation with FDs: ; ; ; . Decomposition . Is lossless?
Consider the schema with functional dependencies and . The decomposition of into and is:
To check if attribute is extraneous in the LHS of in FD set , we compute:
Given . After computing the canonical cover step by step, which FD, if any, gets its LHS simplified?
Canonical cover of a set of FDs is obtained by removing ______.
Which of the following relational schemas is NOT possible to decompose into BCNF with Lossless Join and Dependency Preserving property?
Given . Is extraneous in LHS of ?
Consider a relation R(A, B, C, D, E) and a set of functional dependencies F = { A → B, BC → D, D → E, A → D }. The relation R is decomposed into R1 = (A, B, C) and R2 = (A, D, E). Which of the following statements about the dependency preservation of this decomposition is TRUE?
Given on . After splitting all RHS to single attributes, how many FDs are in the split set?
Consider the relation with FD: . A decomposition of into and is proposed. Which of the following is TRUE?
Consider a schema and functional dependencies and . Then the decomposition of into and is:
Which of the following statements about the relationship between canonical cover and 3NF are TRUE? (Select all that apply)
(i) 3NF synthesis algorithm uses canonical cover to create relation schemas
(ii) Each FD in the canonical cover generates one schema
(iii) A canonical cover guarantees the resulting schemas are in BCNF
(iv) If no schema contains a candidate key, one is added to ensure lossless join
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 →