-
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)?
-
Pipe Function and Mutating Trigger
1) Why we use pl/sql array rather than cursor?2) In which condition we use function overloading? 3) What is pipe function?4) What is the mutating trigger? What should be the condition?
-
How to identify missing records in a single-column table?
How to identify missing records in a single-column table ?Column consists of numbers in a ordered manner but the some numbers are deleted from the table in random manner and need to identify those rows.p.s. This table consist of only 1 row.
-
-
Stored Procedure Vs Function
What is the impact of using a stored proc or a function on the performance? Which has a better performance? Also, why is it not possible to use DML in the functions called from a select query?
-
Transaction management in triggers
Can we give COMMIT or ROLLBACK within a trigger?
-
Compiling Specification Part and Body Part
If have 5 procedures in my specification part and used 4 in my body part while compiling will it throw error or not?
-
-
-
-
-
-
-
What is the need of primary key as opposed to using not null and unique ?
We can create a column with' not null+unique' with out using primary key
-
-
Debug PL/SQL Code
How will you debug PL/SQL Code?
-
What is the main purpose of RETURN in functions?
What is the main purpose of RETURN in functions when we can calculate a value and pass it through using OUT mode in procedure or functions?
PL/SQL Interview Questions
Ans