InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) Conditional logic applied to the results of the first SQL statements determines which subsequent SQL statements are executed(b) A stored procedure is a group of Transact-SQL statements pre compiled into a single execution plan(c) Stored procedures cannot improve performance(d) All of the mentionedI got this question in unit test.This interesting question is from Stored Procedure topic in portion Developing with SQL Server of SQL Server |
|
Answer» The correct answer is (a) Conditional logic applied to the RESULTS of the first SQL STATEMENTS determines which subsequent SQL statements are executed |
|