InterviewSolution
Saved Bookmarks
| 1. |
The basic syntax for using EXECUTE command is ___________(a) SP_EXECUTE(@SQLStatement)(b) EXEC_SQL(@SQLStatement)(c) EXECUTE(@SQLStatement)(d) All of the mentionedI had been asked this question in an interview for internship.This interesting question is from Dynamic SQL topic in section Developing with SQL Server of SQL Server |
|
Answer» CORRECT choice is (C) EXECUTE(@SQLStatement) To elaborate: EXECUTE COMMAND is DEMONSTRATED using : |
|