1.3 Exchanging data Flashcards
1
Q
When in a database in first normal form (1NF) ?
A
there must be no attribute that contains more than a single value.
2
Q
When in a database in second normal form (2NF) ?
A
A database with no partial dependencies , no attributes depend on part of a composite key; and is in first normal form
3
Q
When in a database in third normal form (3NF) ?
A
Contains no non-key dependencies, so the attribute only depends on the primary key; and is in second normal form