September 2009
Intermediate to advanced
1226 pages
39h 23m
English
A record is a composite data structure, which means that it is composed of more than one element or component, each with its own value. Records in PL/SQL programs are very similar in concept and structure to the rows of a database table. The record as a whole does not have a value of its own; instead, each individual component or field has a value, and the record gives you a way to store and access these values as a group. Records can greatly simplify your life as a programmer, allowing you to write and fmanage your code more efficiently by shifting from field-level declarations and manipulation to record-level operations.
Read now
Unlock full access