The table below R(A, B, C, D, E) with no known FD. It decomposes into R1(A, B, C, D) and R2(A, C, E). How do I find out if this is lossless decomposition or not?
Table:
A | B | C | D | E |
___________________________
10 | 1a1 | k1 | s13 | a |
50 | 2b2 | m4 | e25 | b |
10 | 3c3 | k1 | b53 | c |
20 | 4d4 | g2 | z86 | d |