73.4k views
0 votes
With partial dependencies, data redundancies occur because every row entry requires duplication of data.

a. true
b. false

1 Answer

3 votes

Answer: Option A) True

Step-by-step explanation:

A partial dependency can exist only - if a table's primary key is composed of several attributes, if a table in 1NF has a single-attribute primary key, then the table is automatically in 2NF. Therefore, with partial dependencies, data redundancies occur because every row entry requires duplication of data.

User Scott Carlson
by
5.0k points