Computer Science, asked by savinathakur405, 7 months ago

write a program in plsql to print series 2,4,6,8,10 using basic loop​

Answers

Answered by akshara1447
0

Answer:

Loops in PL/SQL provides a way of repeating a particular part of any program or any code statement as many times as required.

In PL/SQL we have three different loop options to choose from when we want to execute a statement repeatedly in our code block. They are:

Basic Loop

While Loop

For Loop

Similar questions