InterviewSolution
Saved Bookmarks
| 1. |
When To Create Indexes ? |
|
Answer» To be CREATED when table is queried for LESS than 2% or 4% to 25% of the table rows. To be created when table is queried for less than 2% or 4% to 25% of the table rows. |
|