InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) A stored procedure is nothing more than prepared SQL code(b) We can create a Stored Procedure using the Create proc statement(c) We can create a Stored Procedure using the Create stor_proc statement(d) All of the mentionedThe question was posed to me in examination.Query is from Built in Stored Procedures in section Developing with SQL Server of SQL Server |
|
Answer» Correct ANSWER is (C) We can create a Stored PROCEDURE using the Create stor_proc statement |
|