wht is normalization?can u explain me in detail?
Answer Posted / shiva
Normalisation is the bottom up approach to design the database.Normalisation is the process of organising data in a table to reduce reduncy and to improve performance.Normalisation is a set of rules and each rule is called one normalform.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between view and materialized view?
What are the different authentication modes in sql server?
What’s the distinction between dropping a info and taking a info offline?
what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration
What are the basic features of a trigger in ms sql server?
Tell me something about security and sql azure?
What is factless fact table? : sql server analysis services, ssas
What is the maximum size per database for sql server express?
Explain trigger classes i.e. Instead of and after trigger?
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
What do you mean by sql server 2005 express management tools?
What is a unique index?
How to loop through the result set with @@fetch_status?
What are subquery and its properties?
Distinguish between commit and rollback?