2 2 votes Consider the relation $\ {T 1(A, B, C, D, E)}$ with the dependencies $\{E B \rightarrow C, D \rightarrow E, E A \rightarrow B\}$ and $T 2(A, B, C, D)$ with the dependencies $\{C\rightarrow A, A\rightarrow B, A\rightarrow D\}$. Which of the following is TRUE?$T 1$ is in $3 NF$$T 2$ is in $3 NF$$T1$ is not in $3 NF$$T 1$ is in $2 NF$ Databases ugcnetcse-june2025 relational-model normal-forms databases + – Shubham Sharma 2 437 views answer comment Share Follow Print See all 4 Comments 4 4 Comments reply mv_ind commented Sep 11, 2025 reply Follow flag Single correct or multi-correct? 0 0 replyShare mv_ind commented Sep 11, 2025 reply Follow flag I am getting : T2 is 2NF (Candidate Key is C), T1 is 1NF (Candidate Key is DA) 1 1 replyShare mv_ind commented Sep 11, 2025 reply Follow flag So I think answer must be (3) 0 0 replyShare js__ commented Nov 6, 2025 reply Follow flag T2 -> 2NF T1 -> 1NF ? 0 0 replyShare Please log in or register to add a comment.