2 Day Developer > Managing Database Objects > Managing Indexes > Displaying an Index for a T...
Displaying an Index for a Table |
Previous |
Next |
You can use Object Browser to display information about an index on a specific table.
To display information for an index:
Log in to the Database Home Page. See "Logging in to the Database Home Page".
On the Database Home Page, click the Object Browser icon.
In the Object list, select Tables, then click the employees
tables.
Click Indexes to display the indexes for the table.
In the Index list, click the EMP_NAME_IX
index to display details for that index. After viewing the object details for the index, click the SQL tab to display the SQL statement used to create the index.
Click other indexes in the Object list to display information about those indexes.