What do you mean by database normalization and why is it important?
Answer Posted / Anil Kumar
Database normalization is the process of organizing tables in a database to minimize redundancy and dependency. It follows several normal forms (1NF, 2NF, 3NF, etc.) to ensure that each table has a single subject and that data is not repeated unnecessarily or dependent on other tables. Normalization improves data integrity, reduces data redundancy, and makes the database easier to manage.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category