|
Oracle FAQ
|
Your Portal to the Oracle Knowledge Grid
|
Home ->
Community ->
Usenet ->
comp.databases.theory ->
Normalization question from newbie
Normalization question from newbie
- Suppose that we have a schema R(A, B, C, D, E) with FDs, F =
{A→BC, CD→E, B→D, E→A} [20]
(a) Show that the decomposition into R1(A, B, C) and R2(A, D, E) is a
lossless-join decomposition.
(b) Show that the decomposition R1(A, B, C) and R2(A, D, E) is not a
dependency-preserving decomposition.
(c) Give a lossless-join, dependency-preserving decomposition into 3NF
of the schema
Received on Thu Dec 12 2002 - 22:40:49 CST
Original text of this message