433 views
1 votes
1 votes

Consider the following set of functional dependencies
{
(Eid, pno) --­­> hours,
Eid ­­--> Ename,
Pno ­­--> (Pname, Plocation),
Pname --­­> Plocation
}

in a relation R (Eid, Pno, hours, Ename, Pname, Plocation). After decomposition, the relation R1 (Pno, Pname, Plocation) is in __

  1.   BCNF
  2.   3NF but not in BCNF
  3.   1NF

1 Answer

0 votes
0 votes
the given relation wll be in 2 NF as there is single key for candidate key.

2NF says : If there is  a single attribute in the key then the relation will be in 2 NF.

No related questions found