Function and Stored Procedure in PL/SQL
Function
A function is a subprogram that returns a single value and can be used in SQL queries or PL/SQL blocks.
✅ Returns a value using the RETURN statement.✅ Can be used in SQL queries.✅ Can accept parameters (optional).✅ Used for calculations and ...
hsujan.hashnode.dev9 min read