If I will add a minimal key to a given BCNF decomposition can it be no more a BCNF decomposition?
Formally, say I have F (group of functional dependencies), schema R and it's BCNF decomposition {R1,R2,R3,R4}
and I will add another group R5 to the decomposition which is a minimal key of schema R.
Will the new decomposition {R1,R2,R3,R4,R5}
be still a BCNF decomposition of R?