MCQOPTIONS
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. |
| Answer» D. | |