Consider on . The canonical covers that are valid include . This is valid because:
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
Consider on . The canonical covers that are valid include . This is valid because:
Consider a relation R(A, B, C, D) and a set of functional dependencies F = { A → B, B → C, C → D, A → C }. The relation R is decomposed into R1 = (A, B), R2 = (B, C), and R3 = (C, D). Which of the following statements accurately describes the dependency preservation of this decomposition?
For on , after splitting and removing all extraneous attributes and redundant FDs, how many FDs are in the canonical cover?
Consider a relation SatelliteTelemetry R with attributes (SatelliteID, SensorType, OrbitAltitude, TelemetryRate, PowerConsumption, LastCalibration). The set of functional dependencies F is given by:
F = {
f1: SatelliteID -> SensorType
f2: SensorType -> TelemetryRate
f3: TelemetryRate, OrbitAltitude -> PowerConsumption
f4: SatelliteID, PowerConsumption -> LastCalibration
}
The relation R is decomposed into R1 = (SatelliteID, SensorType, TelemetryRate) and R2 = (TelemetryRate, OrbitAltitude, PowerConsumption, LastCalibration). Which of the following statements about the dependency preservation of this decomposition is TRUE?
Which of the following is the correct definition of an extraneous attribute?
Consider a relation with FDs: , , . A decomposition into and is performed. Which is TRUE?
Consider . After computing the canonical cover , what is ?
Given , which of the following are valid canonical covers? (Select all that apply)
(i)
(ii)
(iii)
(iv)
Consider a schema with FDs: , , , . Which decomposition is lossless?
Given . Which step correctly identifies a redundant FD?
Which of the following are steps in the canonical cover computation algorithm? (Select all that apply)
(i) Split each FD so that each RHS has exactly one attribute
(ii) Find and remove extraneous attributes from LHS and RHS
(iii) Remove any FD that is redundant (derivable from others)
(iv) Convert the relation schema to BCNF
If a decomposition is in BCNF, it is always dependency preserving. (True/False)
Consider on . The canonical cover is:
Let be a relation with functional dependencies and . The decomposition of into and is:
Consider a relation with . Which of the following decompositions is lossless join?
A decomposition is dependency preserving if ______.
For a relation with FDs: , , , . The decomposition of into and is:
Consider a relation R(A, B, C, D, E) and a set of functional dependencies F = { A → B, BC → E, D → A, E → C }. The relation R is decomposed into R1 = (A, B, C) and R2 = (C, D, E). Which of the following statements about this decomposition is TRUE?
The canonical cover algorithm removes extraneous attributes and redundant FDs. In what order should these steps be applied?
Given , the canonical cover is:
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 →