The world's most popular open source database
The Indexes tab holds all index information
for your table. You can add, drop, and modify indexes using this
tab.
Select an index by right clicking it. Doing this displays information about the index in the Index Columns section.
To add an index, click the last row in the index list. Enter a name for the index and select the index type from the drop down list box. Select the column or columns that you wish to index by checking the column name in the Index Columns list. You can remove a column from the index by removing the check mark from the appropriate column.
You can also specify the order of an index by choosing
ASC or DESC under the
Order column. Create an index prefix by
specifying a numeric value under the Length
column. You cannot enter a prefix value for fields that have a
data type that does not support prefixing.
To drop an index, right click the row of the index you wish to delete and then select the Delete Selected Indexes menu option.

