-
-
What are the components of a PL/SQL block ?
A set of related declarations and procedural statements is called block.
-
-
-
What is Simple Cursor? and What is Parametrized cursor?
Explain what is Simple Cursor and What is Parameterized Cursor? And Difference between both??
-
-
What is difference between a PROCEDURE & FUNCTION ?
A FUNCTION is always returns a value using the return statement. A PROCEDURE may return one or more values through parameters or may not return at all.
PL/SQL Interview Questions
Ans