Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024

Database-Management-System

Question 361
Consider a schema R(A, B, C, D) and functional dependencies A → B and C → D. Then the decomposition of R into R1 (A B) and R2(C D) is
A
Dependency preserving and lossless Join
B
Lossless Joint but not dependency preserving
C
Dependency preserving but not lossless Join
D
Not dependency preserving and not lossless Join
Question 361 Explanation: 
There is no common attribute in the R1 and R2. So the given decomposition is not lossless join.
But they are dependency preserving because A → B is covered by R1 and C → D is covered by R2.
Correct Answer: C
Question 361 Explanation: 
There is no common attribute in the R1 and R2. So the given decomposition is not lossless join.
But they are dependency preserving because A → B is covered by R1 and C → D is covered by R2.

Leave a Reply

Your email address will not be published. Required fields are marked *