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. |
|