Data Definition Language Generation

Data definition language (DDL) defines the structure of a database, including rows, columns, tables, indexes, and so on.

You can generate the data definition of a database object using the Generate DDL wizard. The DDL is generated into a .sql file in an Eclipse project, or is executed directly on the specified connection profile. You can use this .sql file to create the same database schema object in a different database, or you can generate the DDL of a complete database to create a new database on a different server.

You can edit the .sql file if you want to make changes.

The Generate DDL wizard provides:
Related tasks
Generating Data Definition Language
Viewing the Database Definition Language for a Table
Related reference
DDL Gen Options


Created June 25, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com