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
How do I start sql profiler?
How many triggers can be applied on a table?
Can dml statements be used in pl/sql?
Is left join same as inner join?
Is it possible to sort a column using a column alias?
Is sql a oracle?
What are the different operators available in sql?
Should I use mbr or gpt?
What is time based sql injection?
Which one is better subquery or joins?
What are different types of queries in sql?
What is right join sql?
Explain the the update statement in sql?
What is the location of pre_defined_functions.
What is dcl in sql?