Explain
How do you normalise to first normal form?
(1NF)
Recall
How do you convert data to a relation?
Convert it to first normal form. (same criteria)
Define
Atomicity of database cells
Cells only contain a single piece of data
(i.e. not multiple pieces of data separated using commas)
Explain
How do you normalise to second normal form?
(2NF)
(if none are present, it’s already in 2NF.)
Prerequisite: data is in 1NF.
Define
Partial Dependency
When a non-key attribute depends on only part of a composite key, as opposed to the whole composite key.
Explain
How do you normalise to third normal form?
(3NF)
Prerequisite: data is in 2NF.
Define
Transitive Dependency
when a non-key field is dependent on a field other than the primary key