InterviewSolution
Saved Bookmarks
| 1. |
Why Is It Preferable To Create A Fewer No. Of Queries In The Data Model? |
|
Answer» Because for each query, REPORT has to OPEN a SEPARATE cursor and has to REBIND, execute and fetch DATA Because for each query, report has to open a separate cursor and has to rebind, execute and fetch data |
|