Google News
logo
SQL Server - Quiz(MCQ)
Which of the following is a way to build dynamic sql statements?
A)
Using EXEC
B)
Using sp_executesql
C)
Writing a query with parameters
D)
All of the above

Correct Answer :   All of the above


Explanation : SQL Server offer three ways of running a dynamically built SQL statement.

Advertisement