up

2020-01-21

Review - DB dev lifecycle

Expanded DB dev lifecycle

ERM review

Instances have Identifiers

My favorite ERM resource (so far)

Doing practice exercise 1 together

I should really do the practice exercises :/

Attribute attributes:

Transposing ERMs to Relations

A relation starts with a capital name, and then in parenthesis there is a list of attributes. Only and all simple, single-valued, and stored attributes are included.

For example:

EMPLOYEE(SSN, DOB, Name)

I could do the crazy underlining with MathJax, but that’s a lot of work. Pretend ‘SSN’ is underlined.

When this becomes a table:

Prof is using a lot of terms that require context. Anyone coming in here with no background knowledge is likely completely lost right now.

Normalizing Relations

Welcome to First Normal Form (1NF)

If a relation meets all of the above criteria, then it is in First Normal Form.

Normal forms are def. on the test.

HW #2 will be assigned next week, deals with detecting NF, not with correcting it