Interview Questions

What does CONTINUE do in T-SQL?

Microsoft SQL Server FAQs


(Continued from previous question...)

What does CONTINUE do in T-SQL?

Answer: This command restarts a WHILE loop.

Explanation: This statement restarts a WHILE loop, ignoring any other statements after it that might be within the loop.

(Continued on next question...)

Other Interview Questions