192k views
2 votes
When data are normalized, attributes in the table depend only on the secondary key?

User Nzjoel
by
8.1k points

1 Answer

3 votes
False
They depend only on the secondary key and not the primary key. Normalization analyzes and reduces a relational database to its streamlined form for min redundancy, and data integrity. A primary key uniquely identifies all table records. They typically appear as columns in a relational DB.



User VelLes
by
7.9k points