Ask Question
6 May, 14:42

What is 3NF in database design?

+3
Answers (1)
  1. 6 May, 16:16
    0
    The 3NF form is a "eliminate columns not dependent on the key" in the database design.

    Explanation:

    3NF form stands for third normal form says that it is necessary to remove all column that references to all related information that is not based on the primary key.

    It is difficult to store data into one table to remove this problem we use the normalization, there are many forms in the normalization that are "1NF, 2NF, 3NF, and BCNF". The main purpose to use 3NF (normal form) in the database is to remove the data duplication.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is 3NF in database design? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers