Sign In
Ask Question
Prince
Computers & Technology
8 November, 17:43
What is 3NF in database design?
+2
Answers (
1
)
Jude Palmer
8 November, 17:55
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.
Comment
Complaint
Link
Know the Answer?
Answer
Not Sure About the Answer?
Find an answer to your question 👍
“What is 3NF in database design? ...”
in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers
You Might be Interested in
What do you think is the most important communication invention?
Answers (2)
When recording data on a multiple-disk storage system, should we fill a complete disk surface before starting on another surface, or should we first fill an entire cylinder before starting on another cylinder?
Answers (1)
Write an if-else statement to describe an integer. Print "Positive even number" if isEven and is Positive are both true. Print "Positive number" if isEven is false and is Positive is true. Print "Not a positive number" otherwise. End with newline.
Answers (1)
How would you identify the cell located in column b row 12?
Answers (1)
What does Apfs stand for
Answers (1)
New Questions in Computers & Technology
What is the importance of data validation, and how can user data entry errors be reduced or eliminated?
Answers (1)
Safe to restart sql server service on infosphere machine?
Answers (1)
Which of the following is not a compilation error? Group of answer choices a. Placing a semicolon at the end of the first line of an if statement. b. Omitting the left and) for the condition of an if statement. c.
Answers (1)
You created the following dictionary relationships = {'Jimmy':'brother', 'Carol':'sister'}. You then executed the following code, and received a KeyError exception. What is the reason for the exception? relationships['jimmy']
Answers (1)
Which sequence of slides would be followed in a linear slideshow? A. slide 4 - > slide 5 - > slide 6 - > slide 7 B. slide 1 - > slide 3 - > slide 4 - > slide 5 C. slide 1 - > slide 2 - > slide 3 - > slide 4 D.
Answers (2)
Home
»
Computers & Technology
» What is 3NF in database design?
Sign In
Sign Up
Forgot Password?