🎴 Flashcard Mode
Enterprise Technologies and Data Warehousing Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
For a REPEAT operation to execute until the specified repeat condition remains true, the count parameter must be set to -1
AnswerClick to flip back
A
True
💡 Explanation:
For a REPEAT operation to execute continuously until the repeat condition becomes false (not remains true), the count parameter must be set to -1. A -1 value indicates unlimited repetition, allowing the loop to continue executing until the condition changes.