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
Explain the various types of concurrency problem?
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas
How do I manually uninstall an instance of sql server 2016?
Can you explain what is the use of custom fields in report?
What is analysis service repository?
Can primary key be null?
Explain the properties of sub-query in sql server?
Explain the difference between clustered and non-clustered index?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
how to define testing of network layers? : Sql server database administration
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
When cursors are useful?
What are the hotfixes and patches in sql server?
What is the parse query button used for?
List the different index configurations possible for a table?