What is database normalization?
Answer Posted / padmapriya
Noramalization is process of breaking the information into
well defined tables which should follow some rules. There
are 5 Normal forms available. Each one having a separate
rule.
1NF-Avoid redundant data
2NF-All coulms except primary key column should be related
to the primary key column
3NF,4NF and 5NF - I'dont remember , if any one knows please
reply
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
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
Why use “in” clause in sql server?
How do I find the size of a sql server database?
How can we migrate from SQL server to SQL Azure?
How can you set the threshold at which sql server will generate keysets asynchronously?
What is the difference between local and global temporary tables?
What is fill factor and pad index?
What is normalization process?
How to use clusters?
What is the importance of three tier architecture?
Can sql servers linked to other servers?
How do I perform an unattended install of sql server 2000?
Tell me what is sql profiler?
can a table be moved to different filegroup? : Sql server administration
How to sort the query output with order by clauses in ms sql server?