How inserting data through stored procedure do reduces network traffic and increase database performance?
Options
- Stored procedure can accept parameter
- Permission check is not required
- The execution plan is stored in the cache after it was executed the first time.
CORRECT ANSWER : The execution plan is stored in the cache after it was executed the first time.
Write your comments