- The number of variables must be equal to the number of column or expression in the SELECT list.
- The number of component in record must match the column or expression in the SELECT list.
- The scope of cursor declared in the main block extends to the sub block.
- PL/SQL variable , expression and SQL function can be included in the cursor SELECT List.
- Alias name is required for calculated column when it is referenced in the program.
Wednesday, February 2, 2011
Tips on cursor
Subscribe to:
Post Comments (Atom)
External Table
Oracle External Table External tables are defined as tables that do not resides in the database allows you to access data that is stor...
-
Table clustering is an optional technique of storing data. In table clustering, rows from one or more tables those are associated with ea...
-
Oracle PL/SQL block accepts user input information with the help of substitution variable. Substitute variable can not be used to output va...
-
Finally continue statement added to oracle 11g PL/SQL language. It signals an immediate end to a loop iteration and return to first statemen...
No comments:
Post a Comment