PLSQL - Reference
PLSQL - Reference
Output: ? Output: ?
Packages
• PL/SQL supports modularized Prog dev using
package
• To view all packages,
• Select distinct name from all_source where
type = ‘PACKAGE’;
• Each package have many procedure inside it
• dbms_output . put_line(‘hai’);