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
How is sql server used?
What is the security principal at the database level that represents your session?
Does any body please help me what question's have asked for SSRS in the interview?
How to drop existing indexes in ms sql server?
What is the difference between index seek vs. Index scan?
Explain different backup plans?
What is the log shipping?
why would you use sql agent? : Sql server database administration
Does a full backup include transaction log?
How to bind a view to the schema of the underlying tables?
Can a function call a stored procedure in sql server?
How can I check that whether automatic statistic update is enabled or not?
What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?
How to link tables in sql server?
How to insert data with null values?