Answer Posted / nashiinformaticssolutions
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 are the different functions in sorting an array? : Sql dba
Enlist the characteristics of pl/sql?
What makes a good primary key?
What is data type in sql?
Can we use ddl commands in pl sql?
What is full form of rtm?
What is the starting oracle error number?
What is difference between pl and sql?
What is a sql trace file?
How do I truncate a word?
what is sql profiler? : Sql dba
Which tcp/ip port does sql server run?
how many ways we can we find the current date using mysql? : Sql dba
Why is sql important?
How to call a javascript function from pl sql?