You are employed as a developer at ABC.com.
ABC.com makes use of SQL Server in their environment.
You have been instructed to develop a new ABC.com database. You are currently analyzing the
normalization rules for the new databases tables. You then configure rules to ensure the
following:
That not a single column in the table is allowed to host multiple values in the same row of data.
That the entire primary key determines the functionality of all non-key columns.
That functional dependency is not shared by non-key attributes.
What prerequisites does this configuration allow for?
A.
The prerequisites of 4NF.
B.
The prerequisites of 3NF.
C.
The prerequisites of 2NF.
D.
The prerequisites of 1NF.
B.