DEVFYI - Developer Resource - FYI

Why do stored procedures reduce network traffic ?

PL/SQL Interview Questions and Answers


(Continued from previous question...)

Why do stored procedures reduce network traffic ?

When a stored procedure is called, only the procedure call is sent to the server and not the statements that the procedure contains.

(Continued on next question...)

Other Interview Questions