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

What is Check point? Explain in Brief what it will do?

1 Answers   Wipro,


Is it possible in sql table to have more than one foreign key?

0 Answers  


What are “lost updates”?

0 Answers  


What is candidate key with example?

0 Answers  


You want to implement the one-to-one relationship while designing tables. How would you do it?

0 Answers  






What is it unwise to create wide clustered index keys?

0 Answers  


What are xml indexes?

0 Answers  


what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration

0 Answers  


Is a primary key unique?

0 Answers  


What are the advantages of using stored procedures in sql server?

0 Answers  


How to display n-1 columns from n number of columns, from a single table in MS SQL server 2005?

2 Answers  


How do I trace a query in sql server?

0 Answers  


Categories