Optional: Type an owner name for the table that you are creating or click [...] to search through the available owner names. This name will act as the authorization ID that qualifies the table name. If no name is specified, the DB2 subsystem user identifier for the current connection is used.

Specify a name for the temporary table. The name, including the implicit or explicit qualifier, must not identify a table, view, alias, synonym, or temporary table that exists at the database server.

Select an encoding scheme for the table's string data:

Lists of all of the columns defined for the table that you are creating. You can view your column definitions or select a column to change, remove, or reorder.

Lists the data type of the column.

Lists the length of the column. This is based on the selected data type.

Filled only when the data type is DECIMAL. Lists the precision (total number of digits) of a decimal number.

Filled only when the data type is DECIMAL. Lists the scale (number of digits following the decimal point) of a decimal number. The range is 0 - precision number (the number you selected as the precision number). The default is 0.

Indicates whether or not the column is allowed to have a NULL value.

Filled only for character data types. Lists the subtype (SBCS, MIXED or BIT) of the column.

Filled only when the data type is DISTINCT. Lists the schema to which the distinct type belongs.

Filled only when the data type is DISTINCT. Lists the name of the DISTINCT type used for the column.

Opens a window where you can add a new column to the table that you are creating.

Opens a window where you can change the attributes of the column that is selected in the Columns list.

Removes the selected column from the Columns list.

Moves the selected column in the Columns list up one position.

Moves the selected column in the Columns list down one position.