QuestionQ56
PL/SQL Language FundamentalsWhich statement is true about counter variables in a FOR loop?
- A It must explicitly be declared.
- B It can be modified in the body of the loop.
- C It cannot be NULL.
- D It is accessible outside the body of the loop.
Community Discussion