Displays the schema of the index that you are altering. This is a read-only field.
Displays the name of the index that you are altering. This is a read-only field.
Displays the schema of the table that you are altering. This is a read-only field.
Displays the name of the table on which the index was created. This is a read-only field.
Displays all of the columns defined for the table specified in the Table name field that were not used in creating the index. This is a read-only field.
Displays any columns that were defined as part of the index key when the index was created. This is a read-only field.
Displays any columns that were included in the index, but that were not defined as part of the index key. This is a read only field.
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. This button is only active if you are creating an index.
Moves selected columns in the Selected columns list box to the Available columns list box. This button is only active if you are creating an index.
Move all columns displayed in the Selected columns list box to the Available columns list box. This button is only active if you are creating an index.
Moves selected columns in the Available columns list box to the Include columns list box. This button is only active if you are creating an index.
Moves all columns displayed in the Available columns list box to the Include columns list box. This button is only active if you are creating an index.
Moves selected columns in the Include columns list box to the Available columns list box. This button is only active if you are creating an index.
Move all columns displayed in the Include columns list box to the Available columns list box. This button is only active if you are creating an index.
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 the items from the Available columns list to the Selected columns list. This button is only active if you are creating an index.
Moves the selected items from the Selected columns list to the Available columns list. This button is only active if you are creating an index.
Moves all the items from the Selected columns list to the Available columns list. This button is only active if you are creating an index.
Moves the selected items from the Available columns list to the Include columns list. This button is only active if you are creating an index.
Moves all the items from the Available columns list to the Include columns list. This button is only active if you are creating an index.
Moves the selected items from the Include columns list to the Available columns list. This button is only active if you are creating an index.
Moves all the items from the Include columns list to the Available columns list. This button is only active if you are creating an index.
Indicates that the column selected in the Selected columns list box is sorted in ascending order. This is a read-only field.
Indicates that the column selected in the Selected columns list box is sorted in descending order. This is a read-only field.
Indicates that the column selected in the Include columns list box is sorted in ascending order. This is a read-only field.
Indicates that the column selected in the Include columns list box is sorted in descending order. This is a read-only field.
Indicates that a table cannot contain two or more rows with the same value in the index key. This is a read-only field.
Indicates that this is the clustering index of the table and that new rows will be inserted into the database physically close to existing rows with similar key values. This is a read-only field.
Indicates that the index supports scans both in the order defined when the index was created, and in the reverse order. Reverse scans eliminate the need for the optimizer to create temporary tables for reverse scans, and eliminate the need to create a second index for conducting reverse scans. It also facilitates determination of the maximum key of an index. This is a read-only field.
Specifies the percentage of each index page that was left as free space when the index was created. This is a read-only field.
This field specifies the minimum percentage of space on an index page that must be in use. An index page that falls below this threshold will cause the database to attempt an Online Index Reorganization, which causes the index page to merge with one of its adjacent pages. This is a read only field.
Type a comment to document the index that you are creating. You can type up to 254 characters, including embedded blanks.
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.
Opens the Estimate Size window, in which you can estimate the amount of storage space for a new or existing table or index.