Interview Questions

What is meant by an index?

COBOL SQL Interview Questions


(Continued from previous question...)

What is meant by an index?

An index ia set of row identifier (RIDs) or pointers that are logically ordered by the values of a column that has been specified as being an index. Indexes provide faster access to data and can enforce uniqueness on the row in a table.

(Continued on next question...)

Other Interview Questions