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
Do you know the cursor optimization tips?
What is a trace frag? Where do we use it?
What do you understand by mirroring?
What is the advantage of sql server?
Can you get second highest salary from the table?
How efficient you are in oracle and SQL server?
What is the cpu pressure?
What is the difference between implicit and explicit transaction?
What is coalesce in sql server?
Explain stored procedure?
What are the different authentication modes in sql server?
Do you know the different ddl commands in sql?
what happens on checkpoint? : Sql server database administration
How to create a simple table to test triggers in ms sql server?
What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?