Select an available materialized query table schema name to create the materialized query table. The default is the schema name of the current session.
Type a name for the materialized query table. This is a mandatory field.
Select the table space in the database on which you want to create the materialized query table. If you do not select a table space, the materialized query table is created in the default USER table space.
Select a table space for the indexes to be created on the materialized query table. If you do not select a table space, the indexes are created in the default USER table space.
Select the table space where you want to store long data.
Select to have no data inserted into the materialized query table. This enables the option associated with the DEFINITION ONLY clause in the CREATE TABLE SQL statement. The resulting materialized query table is a table definition based on the select statement.
Select to have the column default settings from the base table included in the materialized query table definition. This field is enabled when you select Definition only.
Select to have the identity column attributes from the base table included in the materialized query table definition. This field is enabled when you select Definition only.
Select to build the materialized query table on the result set of a full select statement. The table will contain the data from the full select result. When you select this field, the refresh options are enabled.
Select to have changes in the base table included only when you explicitly refresh the materialized query table. This field is enabled when you select Refreshable Table.
Select to automatically have changes in the base table included in the materialized query table as the changes occur. The refresh is immediate. This field is enabled when you select Refreshable Table.
Select to enable the materialized query table for optimization so that you can execute SELECT queries. This field is selected by default.
Select to have extra information about SQL changes to the materialized query table written to the log. This is the DATA CAPTURE CHANGES option of CREATE TABLE.
Select to create the materialized query table as a replicated materialized query table. When you select this field, the Partitioning Key page of the notebook is disabled.
Select to log the transactions that take place during the creation of the table.
Type the SQL SELECT statement that you want to use to create the materialized query table.
Opens the SQL Assist notebook, in which you can get help in building SQL statements.
Click to test the SQL SELECT statement and view the sample output in the Sample output text field.
Shows the sample output that is the result of the Run query action.
Select to create a partitioning key that determines how the data in the table is to be partitioned. When you select this field the column selection list is enabled.
Shows the materialized query table columns available for the partitioning key.
Moves a selected item from the Available list to the Selected list.
Moves all items from the Available list to the Selected list.
Moves a selected item from the Selected list to the Available list.
Moves all items from the Selected list to the Available list.
Shows the materialized query table columns selected for the partitioning key.
Select to partition using a hashing function.
Performs the actions that you have specified in this notebook or window.
Cancels any unsaved changes that you made and closes this notebook or window.
Opens the Show SQL window.