what is normalization?
what is denormalization?
Answer Posted / abdul quadir parihar
Normalization is the process of decomposition of complex
data in to simple way.
Denormalization is basically applied in the case the
database is over-normalised and no. of joins required to
fetch the data are too much. It is a purposeful redundancy
of some of the data to avoid the overhead of joins.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Explain the architecture of ms sql reporting service?
What is the difference between char, varchar and nvarchar?
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
Do you know the isolation level that sql server support?
Difference between primary key and clustered index?
What happens if we shrink log file in sql server?
What is the process of indexing?
Other than truncate statement, which other command can by-pass the trigger on the tables?
Differentiate between SQL and ORACLE joins and write their syntax.
What is the Difference Between Primary and Foreign Key?
What are the dmvs? : sql server database administration
List the types of recovery model available in sql server?
What is Replication?
Data is not being delivered to subscribers, what can be the possible reasons? : sql server replication
What are trace flags and mention a few common trace flags used with sql server?