MS SQL Server Joins Question:

What is 3NF normalization form?

Tweet Share WhatsApp

Answer:

Eliminate Columns Not Dependent On Key If attributes do not contribute to a description of the key, remove them to a separate table. All attributes must be directly dependent on the primary key.

Download SQL Server Joins PDF Read All 49 SQL Server Joins Questions
Previous QuestionNext Question
What is 2NF normalization form?What is BCNF normalization form?