The document discusses dependency preservation in database decomposition. It defines dependency preservation as a decomposition where the union of functional dependencies (FDs) projected onto each individual relation is equivalent to the FDs of the original relation. This allows FDs to be checked locally without joins. An example shows a decomposition that preserves three FDs, while another loses an FD and is thus not dependency preserving. The document provides guidance on how to determine if a given decomposition preserves the dependencies of the original relation.