Computer Science And Engineering

Computer Science And EngineeringDatabase Management System (DBMS)Multiple Select (MSQ)2 Marks
Q2.

Consider a relational schema team(name,city,owner)team(name, city, owner), with functional dependencies {namecity,nameowner}\{name \to city, name \to owner\}.

The relation teamteam is decomposed into two relations, t1(name,city)t1(name, city) and t2(name,owner)t2(name, owner). Which of the following statement(s) is/are TRUE?

A
The relation teamteam is NOT in BCNF.
B
The relations t1t1 and t2t2 are in BCNF.
C
The decomposition constitutes a lossless join.
D
The relation teamteam is NOT in 3NF.