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
Can we write trigger for view?
Mention the differences between substr and charindex in sql server.
What is self contained multi valued query?
What is precedence constraint?
What do you understand by sql server agent?
Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?
What is the use of builtinadministrators group in sql server? : sql server security
Describe in brief authentication modes in sql server.
What is data source view or dsv? : sql server analysis services, ssas
How many full-text indexes can a table have?
How can you fetch alternate records from a table?
Explain different types of Normalization.
What is right outer join in sql server joins?
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
What are the basic functions for master, msdb, model, tempdb and resource databases?