1.

Point out the wrong statement.(a) Stored procedure can accepts input and output parameters(b) Stored procedure can returns multiple values using input parameters(c) Using stored procedure, we can Select,Insert,Update,Delete data in database(d) None of the mentionedI got this question in a national level competition.My question comes from Built in Stored Procedures in portion Developing with SQL Server of SQL Server

Answer»

Right choice is (b) Stored PROCEDURE can returns multiple values using input PARAMETERS

To EXPLAIN: Stored procedure can returns multiple values using output parameters.



Discussion

No Comment Found

Related InterviewSolutions