DMS (22319) - Chapter 4 Notes
DMS (22319) - Chapter 4 Notes
PLSQL PROGRAMMING
Marks:16
The variable in the For Loop need not be declared. Also the
increment value cannot be specified. The For Loop variable is
always incremented by 1.
Example:
DROP PROCEDURE p1;
Example:
DROP FUNCTION getsal;