What is better - 2nd Normal form or 3rd normal form? Why?

Answers were Sorted based on User's Feedback



What is better - 2nd Normal form or 3rd normal form? Why?..

Answer / pandian s

1.2nd Normal Form is the 'BEST' in real time scenario.

2.But, The 3rd Normal Form is good in theoritical ONLY not
in REAL TIME SCENARIO.

3.The 2nd Normal form tells "Eliminating Redundant of
Data" - The repeatition of data should be in seperate table
and mapped with parent table (PARENT - CHILD Relationship,
What we using in real scenario (Primary Key & Foreign Key).

4.The 3nd Normal form tells "Eliminating Data that is not
part of KEY" - The each and every columns' data should be a
part of KEY.

ie: We have Student(RollNo, StudName, Class, Phone,..)
table. Each columns' data should be referred from KEY
columns.

"RollNo" should be referred from Parent ROLL Table,
"StudName" should be referred from Parent NAME Table,
"Class" should be referred from Parent CLASS Table,
"Phone" should be referred from Parent PHONE Table

Finally, 2nd NF is BETTER than 3rd NF.

Is This Answer Correct ?    6 Yes 1 No

What is better - 2nd Normal form or 3rd normal form? Why?..

Answer / varun4db

3rd normalization is better in data warehousing.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More SQL Server Interview Questions

What is dbcc?

0 Answers  


What is normalization according to you and explain its different levels?

0 Answers  


What is INTVAL( )and where we use Plz any body help me

1 Answers  


What the different components in replication and what is their use?

0 Answers  


can you any body tell me the how to decrease the logfile

4 Answers  






Explain collation?

0 Answers  


What is a virtual table in sql?

0 Answers  


What is page-level compression?

0 Answers  


How to see existing views in ms sql server?

0 Answers  


What is analysis service repository?

0 Answers  


Can you explain powershell included in sql server 2008?

0 Answers  


Security Question- SQL DBA exparts, need your help...

3 Answers  


Categories