Summary: In this tutorial, you will learn about the PL/SQL record and how to use records to manage your program data effectively.
Introduction to PL/SQL Record #
A PL/SQL record is a composite data structure consisting of multiple fields, each with its own value.
The following picture shows an example record that includes first name, last name, email, and phone number: