If an invalid index is passed, the function terminates without further processing. [Explanation] Functions that use an index value always determine if the index...
Subscript refers to the array occurrence while index is the displacement (in no of bytes) from the beginning of the array. An index can only be modified using...
The REORG Utility will sort the index space and table space to conform with the primary index or clustering index specified in the DDL. It will also reclaim the...
A multiple index is not one index but two indexes for two different columns of a table. A composite index is one index made up of combined values from two col...
An alias is an alternative to a synonym, designed for a distributed environment to avoid having to use the location qualifier of a table or view. The alias is...
TYPE 1 & TYPE 2 are specified when an index is created on the table. TYPE 2 index is the option which comes with DB2V4. With TYPE 2 index data can be retrie...
SYNONYMÂ Â Â : is dropped when the table or tablespace is dropped. Synonym is available only to the creator.
ALIASÂ Â Â Â Â Â : is retained even if table...
Create a plan table with utlxplan.sql. Use the explain plan set statement_id = ‘tst1′ into plan_table for a SQL statement. Look at the explain plan with utl...
INDEX is a general term for an ORACLE / SQL feature used primarily to speed execution an impose UNIQUENESSÂ upon certain data. INDEX provides a faster access m...