Before you begin, you must complete Exercise 3: Viewing the domain model reference in the Design project properties.
You can use the workbench to transform a logical data model to a physical data model. There are several ways to specify transformation options:
In this exercise you will simply transform the sample HR.ldm logical data model to a physical data model without changing any transformation settings in the Preferences window or the Properties view. In a later exercise, you will change the transformation properties of some of the objects in the logical data model, then transform again to see how these properties affect the transformation.
To transform the logical data model to a physical data model:
The Transform to Physical Data Model wizard opens.
In this case, you do not have an existing physical data model. However, if you were working in a team environment where you wanted to partition a large logical data model, you could use the Update existing model option to transform multiple logical data models into one physical data model. You can also use this feature to modify a logical data model and propagate the changes to an existing physical data model.
HR_physical in the File name field, and keep the default settings in the other fields.

HR_schema in the Schema name field. This will create a schema named HR_schema in your physical data
model after the transformation. Keep the defaults for the other fields
on this page, and click Next.
On the Output page, you will see a message indicating that the transformation to physical model is complete.
The HR_physical.dbm physical data model file is created and displayed in the Data Models folder under the Design Project in the Data Project Explorer. The physical data model file opens in the physical data model editor.

This highlights the HR_schema object and all objects that are contained in the schema.
The new HR_schema diagram is displayed in the Data Project Explorer and opens in the diagram editor.
Notice that the transformation created four tables, mapping closely to the four entities in the HR.ldm logical data model.
Now you are ready to begin Exercise 5: Modifying transformation properties to roll up