Let F = {A-B, BC-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 {R, R2, R3}, where R = {A, B}, R2 = {A, C, D}, and R3 = {A, C, E}
R decomposed into {R, R2, R}, where R = {B, C, D}, R2 = {A, B}, and R3 = {A, C, E}
R decomposed into {R, R2, R}, where R = {A, C, D}, R2 = {A, B}, and R3 = {A, C, E}
R decomposed into {R, R2, R3}, where R = {A, B, C}, R2 = {B, C, D}, and R3 = {B, C, E}