what is normalization?
what is denormalization?
Answer Posted / sarika desai
Normalization is a concept of Eliminating data redundancy,
Improve database performance & Index Improvement.
De-normalization is the process of attempting to optimize
the performance of a database by adding redundant data.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the need for group functions in sql?
How is a full-text index updated?
why would you call update statistics? : Sql server database administration
Define full outer join in sql server joins?
What command do we use to rename a database?
What is scheduled job and how to create it?
What is query and its types?
What is subreport?
How to create hyperlink from returned sql query ?
What is identity?
What is the difference between for auto and for nested?
what is isolation level at dead lock?
How to create user messages with print statements in ms sql server?
How to execute a stored procedure in ms sql server?
How to Sync Two SQL Azure Databases?