This document discusses dependency preserving decomposition in relational databases. It defines dependency preservation as decomposing a relation such that the set of functional dependencies is preserved. An algorithm is presented to check if a decomposition preserves dependencies by iterating through each dependency and checking if the right hand side is contained within the closure of the left hand side within the decomposed relations. An example is provided to demonstrate how to apply the algorithm to verify a decomposition preserves dependencies.