28. ORACLE PL/SQL TOPICS

TOPICS
  1. Introduction
  2. Composite data types
    1. %type attribute or anchor data types
                                         i.    %type
                                        ii.    %row type
User defined or temporary data types
                                       iii.    Record type or pl/sql record
                                      iv.    Index by table or pl/sql table or associate array
    1. User defined or permanent data types
                                         i.    Objects
                                        ii.    Varrays
                                       iii.    Nested tables/ pl/sql table
  1. Blocks
    1. Unnamed or anonymous block
    2. Named or stored procedures
    3. Labeled blocks
  2. Control statements or control structures
    1. Sequential (default)
    2. Conditional (if, case)
  3. Cursors
    1. Implicit
    2. Explicit
    3. Ref cursor
  4. Exceptions (To handle run time errors)
    1. predefine
    2. user define
    3. non predefine
  1. stored procedure
    1. procedures
    2. functions
    3. packages
    4. triggers
  2. pragmas
  3. no copy
  4. forward declaration
  5. bulk collect & bulk bind
  6. mutating triggers
  7. dynamic sql (execute immediate)
  8. table function
  9. advanced topics

No comments:

Post a Comment