PL/SQL User's Guide and Reference

Contents Index Home Previous Next

CHAPTER 4. PL/SQL Tables and User-Defined Records

Knowledge is that area of ignorance that we arrange and classify.

Ambrose Bierce

In Chapter 2, you learned about the PL/SQL scalar datatypes, which can store only one item of data. In this chapter, you learn about the composite datatypes TABLE and RECORD, which can store collections of data. You also learn how to reference and manipulate these collections as whole objects.


Contents Index Home Previous Next