InterviewSolution
Saved Bookmarks
| 1. |
On Which Columns You Should Create Indexes? |
|
Answer» In general, you should CREATE an index on a column in any of the following SITUATIONS:
The following list gives guidelines in choosing COLUMNS to index:
In general, you should create an index on a column in any of the following situations: The following list gives guidelines in choosing columns to index: |
|