InterviewSolution
Saved Bookmarks
| 1. |
Why Is A Where Clause Faster Than A Group Filter Or A Format Trigger? |
|
Answer» Because, in a where clause the condition is APPLIED during DATA retrieval then after RETRIEVING the data. Because, in a where clause the condition is applied during data retrieval then after retrieving the data. |
|