Normalization

First Normal Form (1NF) Each column is unique in 1NF. As per the rule of first normal form, an attribute (column) of a table cannot hold multiple values. It should hold only atomic values. Example: 1 Sample Employee table, it displays employees are working with multiple departments. Employee Age Department Melvin 32 Marketing, Sales Edward […]

Continue Reading