SnowPro Core Certification — Question 595

Which loop type iterates until a condition is true?

Answer options

Correct answer: C

Explanation

The REPEAT loop is designed to run until a condition evaluates to true, making it the correct choice. In contrast, the FOR loop and WHILE loop have different structures and conditions for execution, while the LOOP option is not as specific in its function.