InterviewSolution
Saved Bookmarks
| 1. |
R{sno, sname, age, cno, cname, group} R(A, B, C, D, E, F}A → B, CC ->FD-> EIn which normal form is the relation R is in ?(A) First normal form(B) Second normal form(C) Third normal form(D) Boyce Codd normal form |
|
Answer» Every non-key attribute depends on the key (1st normal form) the whole key (2ND normal form) and NOTHING but the key (3rd normal form) so help me Codd. ... A relation is in third normal form if it is in 2NF and there are no dependencies between non-key attributes. (i.e. 2NF + no TRANSITIVE dependencies).Explanation:I am a brainilist plzz MARK me as a brainilist answer PLZZZ follow me plzz bro or sis |
|