InterviewSolution
Saved Bookmarks
| 1. |
How inserting data through stored procedure do reduces network traffic and increase database performance?(a) Stored procedure can accept parameter(b) Permission check is not required(c) The execution plan is stored in the cache after it was executed the first time(d) None of the mentionedI have been asked this question in quiz.My enquiry is from Estimating Statistics of Expression Results in portion Query Processing Techniques of Database Management |
|
Answer» The correct option is (c) The execution plan is stored in the cache after it was executed the FIRST time |
|