PL-SQL Cursor based Records-Learn how to declare and define a Cursor with select statement. Also Learn use of cursor declaration with %ROWTYPE and cursor field
Category: Oracle PL SQL
Oracle PL SQL Tutorial Examples and Queries.
PL-SQL Table based Records-Learn how to declare Table Based records with %ROWTYPE and %TYPE with Examples. Also learn use of %ROWTYPE, %TYPE while managing data
PL-SQL Collections and Records- Learn about how collections and Records used in PL-SQL . Also Learn how collections and records are classified depends on requirement.
User defined exceptions in Oracle – Learn how user can define his own Exceptions depends on the requirements of business logic. User defined exceptions in