Q.

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 mentioned
Answer» C. the execution plan is stored in the cache after it was executed the first time
2k
0
Do you find this helpful?
4

Discussion

No comments yet

Related MCQs