MCQOPTIONS
Saved Bookmarks
| 1. |
Consider a schema R(A, B, C, D) and following functional dependencies.A → BB → CC → DD → BThen decomposition of R into R1(A, B), R2(B, C) and R3(B, D) is _______ |
| A. | Dependency preserving and lossless join. |
| B. | Lossless join but not dependency preserving. |
| C. | Dependency preserving but not lossless join. |
| D. | Not dependency preserving and not lossless join. |
| Answer» B. Lossless join but not dependency preserving. | |