What do you understand by index property? | question and answer !



Question:-

What do you understand by index property?

Answer:-

Index property allows access to sort records faster. There are three available values for index:

yes (no duplicates): creates a unique index on the field.
yes (duplicates ok); creates a non-unique index on the field.
no: removes any index on the field.

No comments