Govur University Logo
--> --> --> -->
...

Which specific database normalization form ensures that a table has no partial dependencies of non-key attributes on a composite primary key?



The specific database normalization form that ensures a table has no partial dependencies of non-key attributes on a composite primary key is Second Normal Form (2NF). A table must first satisfy the conditions of First Normal Form (1NF) before it can be in 2NF. A table is in First Normal Form (1NF) if all its attribute values are atomic, meaning each cell contains a single value and there are no repeating groups of columns. For example, a single cell should not contain a list of items or multiple values. Once a table is in 1NF, the next step is to ensure it meets the requirements for 2NF. A composite primary key is a primary key that consists of two or more attributes (columns) whose values, when combined, uniquely ide....

Log in to view the answer



Redundant Elements