When you create an index using SQL Developer, you specify one or more table columns to be indexed and the type of index to create.
In this example, you create an index on the PROD_DESC
column in the SH.PRODUCTS
table. (The SH
schema is part of the sample schemas.)
To create a description index on the SH.PRODUCTS table:
See Also: