Answers

Question and Answer:

  Home  MS SQL Server Functions

⟩ Explain Steps of normalization?

First Normal form

Entities of the table must have unique identifier or entity key.

Second Normal Form

All the attributes of the table must depend on the entity key for that entity.

Third Normal Form

All attributes that are not part of the key must not depend on any other non-key attributes.

 176 views

More Questions for you: