What is database normalization?

Answer Posted / padmapriya

Noramalization is process of breaking the information into
well defined tables which should follow some rules. There
are 5 Normal forms available. Each one having a separate
rule.
1NF-Avoid redundant data
2NF-All coulms except primary key column should be related
to the primary key column
3NF,4NF and 5NF - I'dont remember , if any one knows please
reply

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When we should use and scope of @@identity?

560


What is Transparent Data Encryption?

593


How should i optimize the time for execution of stored procedure having single input and many output from the different tables?

1476


Why is sql server log file full?

543


In which format does an image save in SQL Server database ?

598






In which files does sql server actually store data?

481


Explain about integration services of Microsoft SQL server?

594


Do you know what guidelines should be followed to help minimize deadlocks?

545


Explain linked server in sql?

700


How do you handle datasets larger than 50 gb?

140


List some major differences between triggers and stored procedures?

524


What is the report builder?

106


What is #table in sql server?

539


Define a cross join?

598


How to get a list of all tables with "sys.tables" view in ms sql server?

559