• retagged by
2,580 views
2 2 votes
Every binary relation is in

a)bcnf

b)3nf

c)4nf

d)pjnf

1 Answer

3 3 votes
Every Binary Relation (A relation with two attributes) is always in BCNF!

For Example, there is a relation R = {A,B}. So, there are three possible functional dependencies here.
A->B  {C.K =A}
or
B->A  {C.K = B}
or
AB->AB {CK = AB}
No viaolation of BCNF in any of the above three cases, hence R is in BCNF!
• edited
Position:
Show:

Related questions

0 0 votes
3 answers 3 answers
1.6k
1.6k views
Souvik33 asked Dec 17, 2022
1,578 views
MSQ A relation R(A,B,C,D) has only trivial functional dependencies of the form ( A→A, AB→AB,ABC→A, etc)Then consider the following options:The relation is surely in BCNFT...
2 2 votes
2 2 answers
4.6k
4.6k views
aditi19 asked Apr 14, 2019
4,572 views
Decompose into BCNFR(A, B, C, D, E)FD: AB->C, C->D, D>B, D->E
3 3 votes
1 1 answer
3.1k
3.1k views
aditi19 asked Nov 29, 2018
3,068 views
R(A, B, C, D)FD: B->C, D->Ais the following decomposition in BCNF?R1(B, C), R2(A, D), R3(C, D)
1 1 vote
2 2 answers
2.9k
2.9k views
saumya mishra asked Jul 31, 2018
2,895 views
If a relation has no functional dependency than what is the normal form of this relation???