adplus-dvertising
frame-decoration

Question

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 mentioned

Answer: (b).Stored procedure can returns multiple values using input parameters

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Point out the wrong statement.

Similar Questions

Discover Related MCQs

Q. How many types of stored procedures are present in SQL Server?

Q. Which of the following procedures are created by user for own actions?

Q. Point out the wrong statement.

Q. Which of the following stored procedure is already defined in Sql Server?

Q. System defined Procedure logically appear in ____________

Q. Extended procedures starts with the __________ prefix.

Q. Type of procedure that are based on the CLR (Common Language Runtime) is ____________

Q. Nesting limit OF stored procedure is up to ________level.

Q. User defined function in SQL Server can return ____________

Q. Point out the wrong statement.

Q. Function cannot be used for __________ statement.

Q. The benefit of using user-defined functions in SQL Server are ____________

Q. Point out the wrong statement.

Q. Syntax for creation of user defined function is ____________

Q. How many types of user defined function is provided by SQL Server?

Q. Which of the following is not a User defined function?

Q. Which of the following does not return a table variable?

Q. User defined scalar function can return only __________ data type values.

Q. Which of the following is not a limitation of user defined function?

Q. Point out the correct statement.