2 2 votes Consider the following tableThe table is in which normal form?First Normal FormSecond Normal FormThird Normal Form but not BCNFThird Normal Form and BCNF Databases goclasses databases goclasses-cs-dpp goclasses-cs-dpp-day-42 goclasses-databases-practice-questions + – GO Classes 681 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
2 2 votes fds = AB➡CDE , C➡B candidate keys = AB , AC non-prime attributes = D, E It is in 3 NF (no violation) Not in BCNF ( violation- C➡B ) option C SAMRIDHII09 answered Jul 12, 2025 SAMRIDHII09 comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes Dependency: AB ---> CDE C ---> B $1$NF(yes): assume all attributes are atomic $2$NF(yes): no partial functional dependency like A alone can derive C or D or E $3$NF(yes): no transitive functional dependency or there is nothing like (non key)-->(non key) BCNF(no): in non trivial FD C-->B, C is not a SuperKey. Underline is used to indicate Primary Key, Not candidate key. Here, by underline, it means that $A B$ is a primary key. There can be more candidate keys. GO Classes answered Jul 11, 2025 • reshown Jul 14, 2025 by GO Classes Support GO Classes comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes C JAY_THAKAR answered Jan 28 JAY_THAKAR comment Share Follow 0 reply Please log in or register to add a comment.