Explain something you know about Normalization and De-Normalization?
Answer Posted / Ankit Verma
Normalization is a process in database design that aims to organize data into separate tables to minimize redundancy, improve data integrity, and facilitate easier querying. It involves breaking down larger tables into smaller, more manageable ones. Conversely, De-normalization is the process of combining data from multiple normalized tables back into a single table or reducing the number of tables for improved performance but at the cost of increased redundancy.
| 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