wht is normalization?can u explain me in detail?

Answer Posted / md.abdul azeez

Normalization is the process of efficiently organizing data
in a database. There are two goals of the normalization
process: eliminating redundant data and ensuring data
dependencies make sense
0 Ramesh L.v.


Re: wht is normalization?can u explain me in detail?
Answer
# 2 Normalisation is when you reduce redundancy of data in
tables & increase performance
0 Guest






Re: wht is normalization?can u explain me in detail?
Answer
# 3 The process of separating data into distinct, unique
sets
is called normalization.
3 Nesa4180


Re: wht is normalization?can u explain me in detail?
Answer
# 4 It is the process of removing redundancy data by
splitting
the the tables into smaller tables in order to improve the
performance of the data retrieval.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between equi join and inner join?

653


How to change parameter value inside the report?

131


What is enhanced database mirroring in sql server 2008?

678


Does union all remove duplicates?

805


What are constraints?

758






How do I start sql server?

698


If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?

731


Explain filestream storage of sql server 2008?

694


Do you know query execution plan?

769


How do I shrink an ldf file?

731


What is the difference between ddl and dml?

784


What is exporting and importing utility?

777


Is there any difference between primary key and unique with the not null condition?

703


What is check constraint in sql server?

715


What structure can you implement for the database to speed up table reads?

946