Use the Table page of the Create Table notebook to define the table
properties.
The Create Table notebook is for defining a table. If you want to create a table and populate it with an input file, use the
Import function instead.
Fields and controls

To define table properties:
- Open the Create Table notebook.
- Use the Table schema box to specify the
schema for the table that you're creating.
- In the Table name field, type a name
for the table that you're creating.
- Optional: Use the Table space box
to specify the table space in which to create the table.
- Optional: Use the Index table
space box to specify the table space in which to create any indexes
on the table.
- Optional: Use the Long data table
space box to specify the table space in which to store the values of
any long columns.
- Optional: In the Comment field,
document the table that you're creating.
- If you plan to use this table for replication, select the Data capture for propagation check box.
-
Optional: If you want to duplicate all of the table data on each
database partition of the nodegroup of the table, select the Duplicate table data on each database partition
check box.
- Continue on to the Columns page.

Related information