Which of the following two Transact-SQL statements are commonly used with WHILE?
(a) BREAK and CONTINUE
(b) BREAK and IF
(c) IF and ELSE
(d) All of the mentioned
This question was addressed to me in homework.
Question is taken from Procedural Flow topic in section Developing with SQL Server of SQL Server