image
CHAPTER
5
Control Structures
This chapter examines the control structures in PL/SQL. Control structures let you make conditional choices, repeat operations, and access data. The IF and CASE statements let you branch program execution according to one or more conditions. Loop statements let you repeat behavior until conditions are met. Cursors let you access data one row or one set of rows at a time.
This chapter examines the various control structures in the following order:
image   Conditional statements
   IF statements
   CASE statements
   Conditional ...

Get Oracle Database 12c PL/SQL Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.