Suppose there is a relation R(A,B,C,D)
and the dependencies are :
AB->CD
C->B
The relation is not in BCNF if there is a dependency of a proper subset(PS of a candidate key depending on a non key.
Here the candidate keys are AC and AB, so it is like a PS->PS ...so which normal form is it not in