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
What is nonclustered index with included columns ?
What is sql server 2000 work load governor?
What is optimization and its types?
What is tcl in sql server?
How ssrs maintain security?
How do you know if sql server is running on your local system?
Can you explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
Determine when an index is appropriate?
What is an inner join?
Define self join in sql server joins?
Do you know what is similarity and difference between truncate and delete in sql?
How many types of built in functions are there in sql server 2012?
What’s the use of custom fields in report?
How to insert data into an existing table?
What are Row versions of DataRow?