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
List the ways in which dynamic sql can be executed?
How to get the query of a table in sql server?
How to trouble shoot if unable to connect SQL Server
how to create “alternate row colour”?
How to check status of stored procedure in sql server?
Difference between report and query parameter. Why do we need different type of parameter?
What is a join in sql?
What is the status of services on passive node for failover cluster in sql server? : sql server database administration
Explain the third normal form(3nf)?
Can we add an identity column to decimal datatype?
Why does sql studio use a single registered database repository? : sql server management studio
What is the difference between count and distinct count?
What is the security principal at the database level that represents your session?
How can you check the level of fragmentation on a table?
What are database states in ms sql server?