Hi,
What is Denormalization in Database? What is its use?
Thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Feb 6, 2012, 7:33 AM
Denormalization is a technique to move from higher to lower normal forms of database modeling in order to speed up database access. You may apply Denormalization in the process of deriving a physical data model from a logical form.
Please refer the below link
http://www.objectarchitects.de/ObjectArchitects/orpatterns/Performance/Denormalization/
http://www.siue.edu/~dbock/cmis564/denormal.htm
Thanks