PL/SQL Function is same as PL/SQL Procedure, The only difference is that function must return a value and a procedure may or may not return a value
Blog about Oracle ADF, JDeveloper, PL/SQL, Java, JavaScript, jQuery and Other Web Technologies
Search this blog
Monday, 9 April 2018
PL/SQL Function
PL/SQL Function is same as PL/SQL Procedure, The only difference is that function must return a value and a procedure may or may not return a value
You might also like:
Labels:
Call PL/SQL Function
,
PL/SQL Function
,
PL/SQL Tutorials
,
SQL
,
SQL Developer
Saturday, 7 April 2018
PL/SQL Procedure
Previously I have posted about PL/SQL Block structure , A piece of code that is organized in a properly defined sequence is called a block
PL/SQL provides two types of blocks
Function- A PL/SQL block that performs a task or set of tasks and returns a value
Procedure- A PL/SQL block that performs a task or set of tasks and may or may not return a value
You might also like:
Labels:
Call PL/SQL Procedure
,
PL/SQL Procedure
,
PL/SQL Tutorials
,
SQL
,
SQL Developer
Monday, 2 April 2018
PL/SQL Exceptions
An error that occurs during execution of the program is called exception, Like other programming languages, PL/SQL offers a way to catch these exceptions and handle them.
There are two types of exceptions in PL/SQL
- System-Defined Exceptions
- User-Defined Exceptions
You might also like:
Labels:
Exception Handler
,
PL/SQL Exceptions
,
PL/SQL Tutorials
,
PL/SQL Variables
,
SQL
,
SQL Developer
,
SQL Exception
Subscribe to:
Posts
(
Atom
)