MS SQL Server Joins Question:

What is 1NF normalization form?

Tweet Share WhatsApp

Answer:

Eliminate Repeating Groups Make a separate table for each set of related attributes, and give each table a primary key. Each field contains at most one value from its attribute domain.

Read All 49 SQL Server Joins Questions
Previous QuestionNext Question
What is De-normalization?What is 2NF normalization form?