Finalizing the Design of Data Model
Let's take a look at interactions between tables to make changes to the data model.
We'll cover the following...
Interactions between tables
Let’s do the last pass and see if the interactions between the tables look good. In particular, we’re looking for any implicit assumptions that should either be eliminated or made explicit. We ...