What is an Index ?
- Index is a database object which improves the efficiency of the query. When queries are run against a database, an index on that database basically helps in the way the data is sorted to process the query for faster and data retrievals are much faster when we have an index.
