Point out the wrong statement :
The input type @Type is passed as the first parameter to sp_executesql
The output type @retType is passed as the second parameter to sp_executesql.
The @stmt parameter in sp_executesql is a Unicode string containing valid SQL commands
We can specify the parameters for both input and output in sp_executesql
None of the Options are Correct