Before you begin, you must complete Exercise 6: Modifying transformation properties to roll down.
In this exercise, you will modify the original HR_physical.dbm physical data model that you created in Exercise 3 to add an index. After you modify the physical data model, you will generate a DDL script that can be used for later deployment.
On the Members page in the Properties view, you can see the EMPLOYEE_PK column that maps to this primary key.
A new index named EMPLOYEE_EMP_ID_IDX is generated and displayed in the Data Project Explorer.
Note: The default names for new data objects is set in the Preferences window, on the Naming Standard page
A wizard opens.
Tip: Click Deselect All, then click the check boxes next to Tables and Indexes.
myddl in the File name field.
If you wanted to run the DDL script on the server, you could select Run DDL on server. If you select this option, you must provide connection information on the following pages of the wizard.
The myddl.sql file is created and displayed in the Data Project Explorer in the SQL Scripts folder. Because you selected to open the file for editing, the file also opens in the SQL editor, where you can modify the script.
Finish your tutorial by reviewing the materials in the Summary.