Prev | Next |
Physical Data Model - UML Notation
This example shows a Physical Data Model, using the UML relationship notation, that could be used to automatically generate a database schema. Each Table is represented by a UML Class; Table columns, Primary Keys and Foreign Keys are modeled using UML attributes and operations. The DBMS type is PostgreSQL.
Learn More: Physical Data Model