InterviewSolution
Saved Bookmarks
| 1. |
Why Is It Preferable To Create A Fewer Number 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. |
|