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

Database-Management-System

Question 316
Consider a Relational 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 join but not dependency preserving
C
dependency preserving but not lossless join
D
neither dependency·preserving nor lossless join
Question 316 Explanation: 
R1(A,B) contains FD A→B
R2(C,D) contains FD C→D
So, yes dependency preserving.
But there is no common attribute between R1 and R2, hence not lossless join.
Correct Answer: C
Question 316 Explanation: 
R1(A,B) contains FD A→B
R2(C,D) contains FD C→D
So, yes dependency preserving.
But there is no common attribute between R1 and R2, hence not lossless join.

Leave a Reply

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