What is the correct syntax for using a WAIT UNTIL statement?

What is the correct syntax for using a WAIT UNTIL statement? Correct Answer WAIT UNTIL boolean_condition_or_expression;

To write a WAIT UNTIL statement, a Boolean expression is used which causes the process to wait until the expression is true. Unlike IF, CASE and LOOP, the WAIT statement uses a semicolon at the end of the line.

Related Questions

WAIT UNTIL statements cause the process to wait ________
'Wait until I return.' Here 'until' is a/an-
Which of the following is correct syntax for WAIT ON statement?