Database modeling and database design
The following resources can be used to refresh your memory on the concepts we introduced on the topic of data modeling and database design.
Let’s begin by recapping the data modeling notation we introduced in Chapter 2, Database Modeling and Database Design:
Figure 14.1 – Data modeling notation
Next, let’s look at Many-to-Many relationships:
Figure 14.2 – Modeling Many-to-Many relationships
Next up is the sharing model:
Figure 14.3 – The Sharing model
Finally, we can retouch upon object and field storage:
Figure 14.4 – Object and field storage
Now let’s move on to master data management.