Show that the following decomposition of the schema of Exercise 7.1 is not a lossless decomposition:

Hint: Give an example of a relation such that


Take the following instance of :-

ABCDE
16573
28594

Then is:-

ABC
165
285

is:-

CDE
573
594

And their natural join is:-

ABCDE
16573
16594
28573
28594

Thus, the decomposition is a lossy decomposition.