adspace
Answer Posted / glibwaresoftsolutions
Normalization is the process of organizing data to minimize redundancy and improve data integrity.
Normal Forms:
• 1NF: Eliminate repeating groups, ensure atomicity.
• 2NF: Ensure 1NF and remove partial dependencies.
• 3NF: Ensure 2NF and remove transitive dependencies.
• BCNF: Ensure every determinant is a candidate key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is sql server agent? : Sql dba
What is the current version of sql?
If a cursor is open, how can we find in a pl/sql block?
What is the best sql course?
what is collation? : Sql dba
Is inner join faster than left join?
define sql insert statement ? : Sql dba
how to escape special characters in sql statements? : Sql dba
Is primary key clustered index?
What is the current version of postgresql?
Does group by remove duplicates?
Can we rollback truncate?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
how to start mysql server? : Sql dba
How do I remove duplicates in two columns?