98-364 Exam QuestionsBrowse all questions from this exam

98-364 Exam - Question 3


You have a table that contains the following data.

Exam 98-364 Question 3

You break the table into the following two tables.

Exam 98-364 Question 3

This process is referred to as:

Show Answer
Correct Answer: B

Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity. In the given scenario, the original table with ProductID, ProductName, Color1, Color2, and Color3 is divided into two tables: one with ProductID and ProductName, and another with ProductID and Color. This restructuring minimizes redundancy by associating each product with its colors in a separate table, ensuring better organization and consistency. Therefore, the process described is referred to as normalization.

Discussion

2 comments
Sign in to comment
jrn1992
Jun 1, 2020

It is the processes of reducing the redundancy of data in the table and also improving the data integrity. In brief, normalization is a way of organizing the data in the database. Normalization entails organizing the columns and tables of a database to ensure that their dependencies are properly enforced by database integrity constraints.

elkreationZ
Jun 25, 2021

B) Normalization