Database - SQL for Database Construction - Discussion

Discussion Forum : SQL for Database Construction - True or False (Q.No. 13)
13.
A benefit of using a stored procedure is that it can be distributed to client computers.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Raju royal said:   1 decade ago
It is not distributed to the client computers it is only using with in the computer to be reuse.

Ell@ said:   1 decade ago
The most important feature of stored procedures over function is to retention and reuse the execution plan while in case of function it will be compiled every time.

Shraddha nanivadekar said:   1 decade ago
Can anyone explain this?

Post your comments here:

Your comments will be displayed after verification.