Creating Tables Using Specialized Interface

To create a table in an open database, use Tools | Create Table... menu or click Create table button .

Defining Table Fields / Columns

First, you define the table field/column structure of the table.

It is possible to import the structure of an existing table from the open database and work with it as a template.

Depending on your DBMS type and version, there can be different column types and attributes available. Here is how it looks for PostgreSQL database, for example:

Defining table columns

Defining Table Attributes

Then, you specify the table attributes like table name, its description (if your database supports it) etc. If the table must be a partitioned table, it is possible to specify by which columns partitions will be created. In Exportizer Pro and Exportizer Enterprise, instead of creating the tables, you can generate the corresponding SQL code.

Defining table attributes

Other Ways to Create Tables

In Exportizer Pro and Exportizer Enterprise, you have two additional ways of creating database tables:

In Exportizer Standard edition, you can create tables by exporting data using Text/CSV, dBase and some other export formats, but you cannot use the Database export format due to the edition limitations.

See also