Tag: Procedure
Total: 2 Posts
Posts of Tag: Procedure
Total: 2 Posts
Posts of Tag: Procedure
PL/SQL Procedure
PL/SQL Procedure A subprogram is a module or a small unit/part of a program that performs a particular task. In modular programming, a program can optionally consist of multiple subprograms. Note: A schema le...Learn MorePL/SQLProcedureDifference between Function and Procedure
**Difference between Function and Procedure** Procedure: In computer programming a specific set of instructions together called a procedure. Depending on the programming language it can be called as subroutine,...Learn MoreProgrammingFunctionProcedure