Explain the concept of normalization.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
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 |
How write primary and foreign key relationship between two tables without using constraints? u can use any of procedure/function/trigger and any sql?
what are Dynamic SQL statements?
What are the datatypes a available in PL/SQL ?
Can you inner join the same table?
how to findout the 100th maximum salary
Can we have exception part in trigger ?
How can we find duplicate records in a table?
Can we connect to postgresql using sql developer?
what is rollback? : Sql dba
Is trigger a stored procedure?
What sql does db2 use?
What is the basic difference between a sql and stored procedure ?