normálformát
Normálformát, often translated as "normal form," is a concept used in relational database design. Its primary purpose is to reduce data redundancy and improve data integrity. Data is organized into tables, and normal form refers to a set of rules or guidelines that dictate how the attributes (columns) and tuples (rows) of a relation (table) are structured.
The process of normalization involves dividing larger tables into smaller, less redundant tables and defining relationships
The most commonly discussed normal forms are First Normal Form (1NF), Second Normal Form (2NF), and Third