(A) Dependency preserving but not lossless join
(B) Dependency preserving and lossless join
(C) Lossless Join but not dependency preserving
(D) Lossless Join.
Answer(A) Dependency preserving but not lossless join.
Explanation .When the decomposition is done R1(A, B) and R2(C, D) then dependencies A →B and C→D are preserved in R1 and R2. For lossless join it can be checked as
R1 intersection R2 -> R1
or
R1 intersection R2 -> R2.
As there is no common attribute of R1 and R2 hence common attribute cannot derives all the attributes of any relation. Hence it is lossy join.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.