Explain 'FOR............ENDLOOP' statement with example in PL\SQL.
Answers
Answered by
0
Answer:
This basic LOOP statement consists of a LOOP keyword, a body of executable code, and the END LOOP keywords. The LOOP statement executes the statements in its body and returns control to the top of the loop. Typically, the body of the loop contains at least one EXIT or EXIT WHEN statement for terminating the loop.
Similar questions
English,
5 months ago
English,
5 months ago
Science,
5 months ago
Computer Science,
1 year ago
English,
1 year ago