Creating an Index
The Create Index dialog helps you create an index for a table without writing SQL.
To create an index for a table:
- Locate the table in the Databases tab tree,
- Select the table node and open the Create Index dialog from the right-click menu,
- Enter the required info in the fields, e.g. index name. The fields are database dependent so for some databases there are additional fields compared to the figure,
- Click the Add button in the Columns area to add an index column,
- Select the column to index from the Column Name drop down list,
- Select the sort order for the index column from the Sort Order radio buttons,
- Click the Execute button to create the index.
To remove an index column:
- Select the column row,
- Click the Remove button.
To move an index column
- Select the column row,
- Click the Up and Down button to move it.