4p 1g Let F = {A \rightarrow B, BC \rightarrow D} be a set of FDs on relation schema R = {A, B, C, D, E}. Which one of
the following decompositions of R is NOT in BCNF?
R decomposed into \{R1, R2, R3\}, where R1 = {A, B}, R2 = {A, C, D} and R3 = {A, C, E}
R decomposed into \{R1, R2, R3\}, where R1 = {B, C, D}, R2 = {A, B} and R3 = {A, C, E}
R decomposed into \{R1, R2, R3\}, where R1 = {A, C, D}, R2 = {A, B} and R3 = {A, C, E}
R decomposed into \{R1, R2, R3\}, where R1 = {A, B, C}, R2 = {B, C, D} and R3 = {B, C, E}