Skip to main content

Exporting to DDL

Export to DDL

Since Dataedo 10.1, you can export your data structure to data description language (DDL). In other words, you will be able to export the database to a set of statements like CREATE and ALTER.

Starting the export

Start the Export from the main menu, and then choose the database and Script type.

DDL Start

Configuring the scope

Based on what you choose in the step, a set of checkboxes will be set by default.

  • For the "New database" option - all objects will be selected.
  • For the "Update existing" option - only manual objects will be selected.

You can alter the selection as you wish and proceed.

Scope

Setting export options

The last step before generation is where you can configure the export script.

Settings

In the next steps, the script will be generated.

Script

FAQ

Why was my foreign key not exported?

To correctly export a foreign key, you need to select all tables that this key requires.