1.

Point out the correct statement.(a) Stored procedures assist in achieving consistent implementation of logic across applications(b) A stored procedure is a group of Transact-SQL statements compiled into a single execution plan(c) Stored procedures can also improve performance(d) All of the mentionedThe question was posed to me during an interview.The above asked question is from Stored Procedure in division Developing with SQL Server of SQL Server

Answer»

Right choice is (d) All of the mentioned

The best I can explain: The SQL STATEMENTS and logic needed to perform a commonly performed TASK can be designed, coded, and TESTED once in a STORED procedure.



Discussion

No Comment Found

Related InterviewSolutions