Question: What is the problem with this code?
- There is no END WHILE statement;
- The local varaible is not available to the WHILE block.
- The query causes an infinite loop.
- "Counter" is an invalid variable name.
Answer: The correct answer of the above question is Option C:The query causes an infinite loop.