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 a constraint?
What is crud sql?
How can we find duplicate records in a table?
What is the best sql course?
What does where 1/2 mean in sql?
What is dialect in sql?
What are system versioned tables?
What are two statement types in sql?
what is a database transaction? : Sql dba
what is self join and what is the requirement of self join? : Sql dba
What is a table in a database?
Can we debug stored procedure?
How to pipe multiline string to isql?
Is nosql relational?
What is the difference between nvl function, ifnull function, and isnull function?