InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) GOTO can exist within conditional control-of-flow statements, statement blocks, or procedures(b) GOTO permissions need not be granted to any user(c) GOTO statements can be nested(d) None of the mentionedThe question was posed to me in my homework.This key question is from Procedural Flow in section Developing with SQL Server of SQL Server |
|
Answer» The CORRECT option is (b) GOTO PERMISSIONS need not be granted to any user |
|