What are the main control-of-flow T-SQL constructs?
Answer Posted / bharathi
IF...ELSE
IF (ex. IF EXISTS)
BEGIN...END
GOTO
RETURN
WAITFOR
WHILE
BREAK
CONTINUE
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is trigger and different types of Triggers?
can an automatic recovery be initiated by a user? : Sql server administration
What is public role in sql server?
What is 5nf in normalization form?
Do you know nested transaction?
What is difference between foreign key and unique key?
How to view existing indexes on an given table using sp_help?
What is difference between inner join and join?
What are sub reports?
Mention the different authentication modes in sql server.
Tell me what is the significance of null value and why should we avoid permitting null values?
What is service broker? : sql server database administration
How to find tables without indexes?
How to get the definition of a user defined function back?
What is the syntax for encrypting a column in SQL Server?