what is normalization?
what is denormalization?
Answer Posted / chethan sy
Normalization is a process of removing redundancy from the
tables.
De-normalization is introducing redundancy.
| Is This Answer Correct ? | 41 Yes | 6 No |
Post New Answer View All Answers
how many clustered indexes can be created on a table? : Sql server database administration
explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
Explain what is analysis service repository?
You are doing log shipping due to some reasons it is failing. How you will proceed from there
What is the usage of the sign function?
Define model database?
What is table level trigger?
How to provide default values to stored procedure parameters?
What is triggers in ms sql server?
What is similarity and difference between truncate and delete in sql?
What is master database? : SQL Server Architecture
What is the difference between grant and with grant while giving permissions to the user?
What is an execution plan?
What happens if null values are involved in arithmetic operations?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration