Creating DDL SQL Create Scripts to create Relational database schema  


back   home


1. Right click the 'Relational Model Data' node in the Project Explorer or Catalog Explorer and select Generate Database Schema Create Script (DDL SQL) from the context menu.
Generate Database Schema Create Script
2. This will bring up the Code Generation Configuration dialog to guide you through the DDL SQL script creation process of exporting a create/update script.
Configure the code generation process
3. Run the generated script on the relational database you have chosen to work on. The create action of a 'schema' or 'catalog'/'database' might not be scriptable for the RDBMS of your choice and might be required to be done manually. The script contains, when applicable, code to help you with this.
 

next step
  Generate source code