Table of Content
SQL builder, create tables

To create a table, name it and enter the descriptions for its fields. For each field, except type and size, you can specify its nullable property and whether this field is a part of primary key (PK).

DTM SQL editor: SQL builder, create table window