InterviewSolution
Saved Bookmarks
| 1. |
Explain any control structure in PL/SQL with an example |
|
Answer» Control Structures in PL/SQLControl Structures in PL/SQLThe selection structure tests a CONDITION, then executes one sequence of statements instead of another, depending on WHETHER the condition is true or false. ... The iteration structure executes a sequence of statements repeatedly as long as a condition HOLDS true.hope it HELPS you plz MARK it as brainlist... |
|