InterviewSolution
Saved Bookmarks
| 1. |
Explain indexing. |
|
Answer» Indexing is a technique for improving database performance by reducing the number of DISC ACCESSES necessary when a query is run. It's a DATA structure strategy for FINDING and accessing data in a database rapidly. |
|