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
How do I save a stored procedure in sql server?
What is SQL Server?
What is the difference between locking and multi-versioning?
What happens if null values are involved in bitwise operations?
How you can find out if an index is useful to the optimizer?
How you can get a list of all the table constraints in a database?
in the physical file layout, where should the transaction log be stored in relation to the data file?
What are trace flags?
What is the usage of the sign function?
What are the steps you should follow to start sql server in single-user mode?
Your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files?
How to rebuild indexes with alter index ... Rebuild?
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
What is the difference between join and inner join?
What is the difference between update lock and exclusive lock?