what is normalization?
what is denormalization?
Answer Posted / srinivas
Normalization is the process of eliminating the duplicate , inconsistent data in the database..
As well denormalization is the process of introducing the redundancy to the data
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the differences between user defined functions and stored procedures?
Is it possible to create trigger on views?
What is difference between clustered and non clustered index?
What is data compression? : sql server database administration
How to see the event list of an existing trigger using sys.trigger_events?
What is the difference between nvl and nvl2?
How to use copy and concatenate commands in SQL?
what are candidate key, alternate key and composite key? : Sql server database administration
How to disable a login name in ms sql server?
What command would you use to create an index?
Can we call stored procedure in trigger?
How to maintain a fill factor in existing indexes?
What are horizontal and vertical scaling?
What is bcp? When does it used?
Explain the types of indexes.