Declaration
Variables of type RECORD can be used for different selections.
Accessing a record or an attempt to assign a value to a record field
when there is no row in it results in a runtime error. To declare
a RECORD variable:
name RECORD;