Multiple choice What is/are the advantage(s) of using stored procedure in SQL? Stored procedure reduces network traffic. Stored procedures provide security to the database. Stored procedure provides maintainability to the application. Stored procedures are limited to T/SQL only and produce somewhat complexity. (1), (2) and (3) all are true. Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes, all of these are the advantages of stored procedure.