Cursor is nothing but a pointer to result of a SQL query.
Database schema used for SQL query: Customer Order Schema Cursor Blog1 Cursor Blog2
Record is composite data structure i.e. composed of one or more fields.
Similar to array in other programming languages.
- Declare, Initialize & Iterate
- Adding & Removing Elements
- Varray as Database Table Column
- Composite Datatype Varray
Similar to hash tables in other programming languages like Dictionary in Python. PL/SQL Associative arrays are set of Key-Value pair.