What's "missing"
- Can't have Item inside Order inside
Customer. Each type has to go into its own table.
- Movie can't have a list of
keywords. Define a Keyword table, set up a 1:n relationship.
- No way to maintain order among
rows. Workaround: add column that specifies ordering.