-
Oracle Joins
There are 2 tables, A and B having 3 rows each. What will be result on executing the following query? : SQL> select * from A,B
-
-
-
Pragma Init Exception
What is Pragma Init Exception ? what is difference between user defined exception and init pragma exception. what is the use of it.
-
-
-
-
-
-
-
-
-
-
-
-
Oracle triggers
Can we issue rollback, commit in the trigger body. if we issue what is the result
-
Find Sequence MAX Value
How to find the max value in a Sequence?
-
PL SQL Procedure in Package
Procedure in package perfomes fastly over normal procedure, Explain.
-
TCL Statements in Trigger
Why are we not supposed to include TCL statements in a trigger?
-
Procedure Parameters
What is call by value and call by reference in parameters (IN, OUT, INOUT)?
PL/SQL Interview Questions
Ans