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
Can sql function call stored procedure?
How do I write a sql query in pgadmin 4?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
Can we use having without group by in sql?
What is crud stand for?
what is sub-query? : Transact sql
What is a native sql query?
What is difference between mysql and postgresql?
What are the basic techniques of indexing?
Does sql use python?
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
What is materialized view in sql?
what are local and global variables and their differences? : Sql dba
What do you mean by “trigger” in sql?
What does subquery mean in sql?