Physical data models

A physical data model is a database-specific model that represents relational data objects (for example, tables, columns, primary and foreign keys) and their relationships. A physical data model can be used to generate DDL statements which can then be deployed to a database server.
Using the workbench, you can create a physical data model in several ways:
Related concepts
Logical to physical data model transformation
Visualizing and editing a physical data model
Data object comparison
Related tasks
Exporting data models to another tool
Importing data models from another tool
Generating a DDL script
Analyzing a data model
Publishing data models
Analyzing impact and dependency

Feedback