Displays the columns used to partition the table data and indicates whether NULL values in each of these columns are treated as FIRST or LAST.
Display details of the current data partitions in the partitioned table. Also displays pending changes caused by adding, attaching or detaching data partitions during the current session
Opens a window which allows you to add one or more data partitions to the table.
Opens a window which allows you to change the properties of a data partition that was specified to be added or attached during the current session.
Removes a data partition that was specified to be added or attached during the current session. It is not possible to remove an existing data partition.
Opens a window which allows you to attach an existing table as a new data partition to the specified table. This allows you to easily roll-in data from another table.
Opens a window which allows you to detach an existing data partition to form a new table. This permits you to easily roll-out data from this table. Once a data partition is detached you can drop the data partition, archive or otherwise use the data partition as a separate table, attach to another partitoned table, manipulate, cleanse, transform, or reattached to the original table.
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.