Normalisation Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a composite key?

A

A key table linking a many-to-many relationship table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to make a database in first normal form?

A

Each record is unique.
Each field has a unique name.
Data must be atomic.
No repeated or similar data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does it mean for data to be atomic?

A

Data is distinct and can’t be broken down any further.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to make a database in second normal form?

A

Non-key fields must depend on every part of the primary key.
If you don’t have any composite primary keys, 2NF isn’t required.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to make a database in third normal form?

A

There are no non-key fields that depend on another non-key field.
If you can find a key that isn’t the primary key which depends on another field that isn’t the primary key then it’s not in 3rd form.
All fields must depend on the key, the whole key and nothing but the key.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly