What are the main control-of-flow T-SQL constructs?




What are the main control-of-flow T-SQL constructs? ..

Answer / 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

More SQL Server Interview Questions

Where cross join is used?

0 Answers  


what is a transaction? : Sql server database administration

0 Answers  


What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas

0 Answers  


What are some examples of schemas?

0 Answers  


What do you understand by SQL*Net?

0 Answers   Tech Mahindra,






What are the different types of normalization?

0 Answers  


what's sql server? : Sql server database administration

0 Answers  


what is memory-optimized nonclustered indexes

0 Answers  


Can we call a function that has out parameter in select statement

0 Answers   Nagarro,


How to create a new table in a given schema?

0 Answers  


How maney row would be print after join if A table have 100 rows and B table have 50 rows...

9 Answers   Hewitt,


CTE(common table expression)

1 Answers   Thomson Reuters,


Categories