Answer Posted / swapna
As the name indicates, denormalization is the reverse
process of normalization. It's the controlled introduction
of redundancy in to the database design. It helps improve
the query performance as the number of joins could be
reduced.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Do you know what is raid and what are different types of raid configurations? : SQL Server Architecture
what are the different types of replication you can set up in sql server? : Sql server database administration
Define outer join?
What is a database in ms sql server?
What is @@rowcount in sql?
How would we use distinct statement? What is its use?
Can you please explain the difference between primary keys and foreign keys?
How to convert numeric expression data types using the cast() function?
How to delete existing rows in a table?
what is raid? : Sql server database administration
What is raid and what are different types of raid levels?
What are the options which must be set to allow the usage of optimistic models?
What are the properties of the transactions?
Why truncate is ddl command?
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration