Indexes 

Indexes contains the tables for which indexes have been created. You can create your own indexes in SQL Studio.

Creating Indexes for Tables

  1. Select the required table and choose Catalog Manager ® New ® Index.
  2. Enter a name for the index.
  3. Choose the column whose values are to be indexed in the In Index column, and set it to Yes.
  4. If necessary, change the following settings:
  5. Unique

    Uniqueness of the indexed column

    Index name upper case

    Identifier written in upper case letters

  6. Choose Table Definition ® Create Index.

To export the SQL statement for creating the index to the direct SQL dialog, choose Table Definition ® Export to Direct SQL.