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 named calculation? : sql server analysis services, ssas
What is history table in sql server?
Difference between Inner vs outer joins?
How should i optimize the time for execution of stored procedure having single input and many output from the different tables?
Can we store videos inside the sql server table?
How many replicas are maintained for each sql azure db?
Why de-normalization required?
What is dbcc command in sql server?
What is the order in which the sql query is executed?
How to end a stored procedure properly in ms sql server?
Do you know how to implement service broker?
Which is better statement or preparedstatement?
Why use cursor in sql server?
Explain what is the purpose of sql profiler in sql server?
Explain system rowset functions?