9 9 votes In the context of relational database normalization, which of the following statements is/are true?It is always possible to obtain a dependency-preserving $3$NF decomposition of a relationIt is always possible to obtain a dependency-preserving $1$NF decomposition of a relationIt is not always possible to obtain a dependency-preserving BCNF decomposition of a relationIt is not always possible to obtain a dependency-preserving $2$NF decomposition of a relation Databases gatecse-2026-set1 databases database-normalization multiple-selects one-mark + – gatecse 1.8k views answer comment Share Follow Print See 1 comment 1 1 comment reply Raj_Dev_Verma commented Sep 11 reply Follow flag Option A,B,C are correct 0 0 replyShare Please log in or register to add a comment.
15 15 votes Prashant-G answered Mar 23 Prashant-G comment Share Follow See 1 comment 1 1 comment reply P0535_Yedidyah_Sagar commented Apr 21 reply Follow flag Hi Prashant. Can you please name the textbook? I want to look into it 1 1 replyShare Please log in or register to add a comment.
2 2 votes Answer: A, B,CIt is always possible to obtain a dependency-preserving 3 NF decomposition of a relation but not for BCNF.Proof:As every 3NF is in 2NF and every 2NF is in 1NF:It is always possible to obtain a dependency-preserving 1 NF decomposition of a relationIt is always possible to obtain a dependency-preserving 2 NF decomposition of a relation $\Rightarrow$ Option D is wrong. Shaik Masthan answered Feb 25 Shaik Masthan comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes 1. In 3NF decomposition of a relation, we'll always obtain both Lossless Decompostion and Dependency-Preserving.2. But in BCNF decomposition of a relation, we'll always obtain Lossless Decompostion but we may or may not obtain Dependency Preserving.So, as per the above two statements, the correct options are A, B and C. amaanshaikh_27 answered May 18 amaanshaikh_27 comment Share Follow 0 reply Please log in or register to add a comment.