334 views
0 votes
0 votes

Find the highest normal form of a relation R(A,B,C,D,E) with FD set {B->A, A->C, BC->D, AC->BE}

1 Answer

1 votes
1 votes
Candidate Keys = A, B

B -> A ( LHS Super Key. Hence BCNF)

A -> C ( LHS Super Key. Hence BCNF)

BC -> D (LHS Super Key. Hence BCNF)

AC -> BE (LHS Super Key. Hence BCNF)

Hence, Highest normal form of relation is BCNF

Related questions

0 votes
0 votes
0 answers
1
Gatetarget_100 asked Aug 3, 2018
548 views
int main() { int a[10]; printf("%d",*a+1-*a+3); return 0; }Answer is given as 4 but i think it should be 8, if int is of 4 byte. Correct me if i am wrong
0 votes
0 votes
0 answers
2