Physical Data Model

A physical data model (PDM) describes the tables of your database and represents how the actual data is organized and stored in the database.

A table in the PDM is a logical object that lists columns from the corresponding table in the database and their data types.

The logical data model is mapped to the PDM.