what is normalization?
what is denormalization?
Answer Posted / sandeep yadav
Normalization is the process of decomposition of complex
data in to simple way.
Denormalization is vice versa.
| Is This Answer Correct ? | 8 Yes | 16 No |
Post New Answer View All Answers
We are updating a field in sql and alter the row also.after giving the commit command the system is crashed.what will happen to the commands given,whether it will update and alter the table or not?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What is snapshot report?
What is nolock?
How to declare a cursor with "declare ... Cursor" in ms sql server?
What is the use of commit?
What do you understand by integration services in sql server?
Why is sql server log file full?
what method you can use to reduce the overhead of Reporting Services data sources?
What are acid properties of transaction?
What do you mean by tablesample?
what are user defined datatypes and when you should go for them? : Sql server database administration
What specific conditions database should meet, before you can bulk copy data into it using bcp?
How to provide column names in insert statements in ms sql server?
What is tempdb database? : SQL Server Architecture