SQL (Structured Query Language) Question:

Why do stored procedures reduce network traffic?

Tweet Share WhatsApp

Answer:

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

Download SQL PDF Read All 172 SQL Questions
Previous QuestionNext Question
What does the term downsizing refer to?What is a event handler in sql?