SQL (Structured Query Language) Question:
Download Questions PDF

Why do stored procedures reduce network traffic?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What does the term downsizing refer to?What is a event handler in sql?