InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between A Post Query And A Pre Query? |
|
Answer» A post QUERY will fire for EVERY row that is fetched but the pre query will fire only once. A post query will fire for every row that is fetched but the pre query will fire only once. |
|