DBA > Job Interview Questions > Microsoft SQL Server FAQs
What does CONTINUE do in T-SQL?
More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/
(Continued from previous question...)
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 Job Interview Questions