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
Why sql query is slow?
Write a sql query to convert all character to uppercase after hypen.
What is int identity in sql?
What program will open a mdb file?
What is embedded sql what are its advantages?
Why truncate is faster than delete?
What is bulk compiling in pl/sql.?
What are the query optimization techniques?
Show the cursor attributes of pl/sql.
What are the types of dbms?
Does user triggers have entry for trigger with compilation errors?
How many joins can you have in sql?
What is a rank in sql?
What is multiple partition?
What is sql partition function?