What is indexing? Write about the different indexing options available from MS-Access table with their meaning?
Indexing is the process of setting up the indexed property that speed up searching and sorting in a table based on key values:
The different indexing options available in MS-Access table are:
- No -----> No indexing.
- Yes (No duplicates) -----> Indexing with no duplicates.
- Yes(Duplicates OK) ------> Indexing with duplicates.