---
title: "What is the purpose of Normalization?"  
description: "What is the purpose of Normalization?"  
author: "Sumit Kesarwani"  
published: 2013-12-22  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1847/what-is-the-purpose-of-normalization  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is the purpose of Normalization?

Minimize redundancy in data.

Remove insert, delete and update anomaly during the database activities.

Reduce the need to reorganize data it is modified or enhanced.

Normalization reduces a complex user view to a set of small and stable subgroups of fields or relations.

## Answers

### Answer by Sumit Kesarwani

Minimize redundancy in data.

Remove insert, delete and update anomaly during the database activities.

Reduce the need to reorganize data it is modified or enhanced.

Normalization reduces a complex user view to a set of small and stable subgroups of fields or relations.


---

Original Source: https://www.mindstick.com/interview/1847/what-is-the-purpose-of-normalization

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
