What is normalization and its forms?
Answer Posted / sd
Normalization is process of reducing redundancy of a
database , by decomposing the database into several smaller
files ( tables) and using the concept of codification
Forms 1NF,2NF,#NF , boyce codd NF
| Is This Answer Correct ? | 28 Yes | 3 No |
Post New Answer View All Answers
What is a mutating table error and how can you get around it?
What is read committed?
Does group by or order by come first?
What is normalization according to you and explain its different levels?
Describe in brief sql server monitoring ways.
What is data file in computer?
What do you understand by a stored procedure?
How to how to convert numeric expression data types using the convert() function??
What happens on checkpoint?
What's new in sql management studio for sql server? : sql server management studio
How can I check that whether automatic statistic update is enabled or not?
Do you know query execution plan?
How network traffic be reduced by using the stored procedure?
what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
Explain identity in sql server?