A record is a composite data structure i.e. it consists of elements. A record by itself does not have value, but the elements in it will be having values. We can compare a record in PL/SQL with that of the table.
Various Methods to declare records :
- Table based declaration.
- Cursor based declaration.
- Programmer defined records.
No comments:
Post a Comment