![]() |
|||
|
|
|||
|
||||||||||||||||||||||||||||||
|
|
|
Looking for the original pages? (formerly called "Morgan's Library") You can find them here.
Term: RECORD
Definition: [VARIABLE] TABLE%ROWTYPE Using above declaration, the record will hold the same structure as the table record. 2. Declare record as a type. It defines the structure of its own. A variable must be declared of this type to use it in the block. DECLARE Example Usage: The below PL/SQL block declares two PL/SQL records T_REC and L_TABREC. Note that T_REC is a type and owns its structure. L_TABREC uses %ROWTYPE notation to inherit structure of an EMPLOYEE record. DECLARE Related Code Snippets:
|
| Home : Code Library : Sponsors : Privacy : Terms of Use : Contact Us | 251 users online © 2009 psoug.org |