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
Is crud a cuss word?
how to use myisamchk to check or repair myisam tables? : Sql dba
what is log shipping? : Sql dba
What do you mean by stored procedures? How do we use it?
Which sql statement is used to delete data from a database?
What do you think about pl/sql?
What is error ora-01000: maximum open cursors exceeded
What are different joins used in sql?
What is the sql*loader? : aql loader
Why do we use function in pl sql?
How do you optimize a stored procedure query?
what are ddl statements in mysql? : Sql dba
Why do we use procedures?
what is an extent ? : Sql dba
What is difference between stored procedures and application procedures?