Monday, February 10, 2020

What is the normalization in the Database Design?

First normalization: to break down the cell into smallest unit. single value entry

second normalization: the repeat column should be abstract to a table with primary key reference.

third normalization: no transitional dependencies. such as salutation, or total


No comments:

Post a Comment