Skip to content

Opening book details…

Can I read Understanding PL/SQL Subprograms on EtoBox?

Understanding PL/SQL Subprograms by Hariom Vibhute is a document available to read on EtoBox.

What is Understanding PL/SQL Subprograms about?

This document discusses PL/SQL subprograms, which are named blocks of code that can take parameters and be invoked. There are two types: procedures, which perform actions, and functions, which compute values and return them. Subprograms provide benefits like extensibility, modularity, reusability, and maintainability. Procedures are created using the CREATE PROCEDURE statement and can include parameters, declarations, executable code, and exceptions. Functions are similar but use the CREATE FUNCTION stateme

Author
Hariom Vibhute
Language
EN