MCQs > IT & Programming > Microsoft SQL Server > State whether True or False. A User Defined Function 'findsum' is to be created as follows: Create function findsum(@x int, @y int) As Begin Return(@x+@y) End But the SQL SERVER is unable to create the desired function and gives an error. The error can be removed by specifying the return type of the function

Microsoft SQL Server MCQs

State whether True or False.

A User Defined Function 'findsum' is to be created as follows:

Create function findsum(@x int, @y int)

As

Begin

Return(@x+@y)

End

But the SQL SERVER is unable to create the desired function and gives an error. The error can be removed by specifying the return type of the function

Answer

Correct Answer: True

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Microsoft SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Microsoft SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it