what is normalization?
what is denormalization?
Answer Posted / ranjeet
normalization is used to remove data redundancy and
inconsitancy and we can perform the indexing,serching and
shorting the data in very easy manner
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is a dbms wizard?
Which table keeps the locking information?
What is intellisense?
What is transaction server auto commit?
Name three of the features managed by the surface area configuration tool? : sql server security
What is difference between sql and sql server?
You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?
What is sql server schema compare? How we can compare two database schemas?
What is the return type of executeupdate ()?
How to view the error log for any specific instance? : sql server database administration
What is difference between count (*) and count 1?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What is the process of normalization?
Why would you call update statistics?
Differentiate between a primary key and a unique key.