Specify the owner of the index that you are creating. The initial value in this box is the user ID under which you connected to the database.
Type a 1 to 18 character name for the view that does not include its qualifier. The name can be an ordinary or delimited identifier. The name must be unique among the indexes owned by a given user ID.
Select the table on which you want to create the index. The table must be a base table (not a view) described in the catalog. It must not be a catalog table.
Specify the owner of the table on which you are creating an index. The initial value in this box is the user ID under which you connected to the database.
Lists all of the available columns defined for the table. Use the arrow buttons to move a column to the Selected columns list.
Moves the selected items from the Available columns list to the Selected columns list. This button is only active if you are creating an index.
Moves all columns displayed in the Available columns list box to the Selected columns list box.
Moves selected columns in the Selected columns list box to the Available columns list box.
Move all columns displayed in the Selected columns list box to the Available columns list box.
Shows all of the selected columns for the table.
Click on this push button to move the selected object up one position in the list box.
Click on this push button to move the selected object down one position in the list box.
Use this radio button to specify the sort order of the columns that you selected in the Selected columns list box.
Use this radio button to specify the sort order of the columns that you selected in the Selected columns list box.
When the Unique check box is selected, null values are treated as any other values. For example, if the key is a single column that can contain null values, that column can contain no more than one null value.
This field specifies, for Online Index Reorganization, the threshold for the minimum percentage of used space on an index leaf page. If the percentage of space used on the page is at or below integer % after a key is deleted from an index leaf page, an attempt will be made to merge the remaining keys on this page with those of a neighbouring page. If there's sufficient space on one of these pages, the merge will be performed and one of the pages will be deleted.
The value of integer can be from 0 to 99. However, a value of 50 or below is recommended for performance reasons. The default value is 10 percent.
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.