Skip to main content


The term “normalization in SQL” refers to structuring a database’s columns also known as attributes and tables also known as relations such that database integrity requirements correctly impose their dependencies. It’s done through a process of synthesis (forming database design) or deconstruction (developing an established database design) that involves following some formal principles. https://www.datatrained.com/post/normalization-in-sql/