1 1 vote Q. Consider the relation R(A,B,C,D) with function dependencies F = {AB->c,B->D}. What is the highest normal form of this relation? Databases + – kallu singh 447 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
0 0 votes This relation is in 1NF because AB is the primary key but D is a non prime attribute and D is dependent by a part of primary key which is B(Partial dependency). B -> D Mk Utkarsh answered Nov 10, 2017 Mk Utkarsh comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes .... Hira Thakur answered Nov 10, 2017 Hira Thakur comment Share Follow 0 reply Please log in or register to add a comment.