Database Systems, 6th ed by Ramez Elmasri and Shamkant Navathe Chapter 15, section 15.2 Properties of Relational Decompositions:
Claim 1. It is always possible to find a dependency-preserving decomposition $D$ with respect to $F$ [$F$ is the set of FDs of a relation $R$] such that each relation $R_i$ in $D$ is in 3NF
Is it possible to have multiple (different) decompositions of a relation into 3NF, as the claim seems to imply?
If yes:
Is every decomposition into 3NF dependency preserving?
If not:
What is an example where a decomposition into 3NF does not uphold the dependency preserving property?
What about the lossless join property?