-
-
-
-
Execute Immediately
What is the meaning of execute immediately?
-
Types of Lock
Explain share and exclusive type of lock.
-
TCL Statements in Trigger
Why are we not supposed to include TCL statements in a trigger?
-
-
Debug PL/SQL Code
How will you debug PL/SQL Code?
-
Select Multiple Information
How to select multiple data from different tables which do not have related constraints?
-
-
-
-
-
-
Oracle extract records from temporary table
Assume that I am using a temporary table in a procedure and I am inserting records and updating another set of records through Merge statement. If I use cursor in that temporary table, How can I extract all of the records from temporary table at the end of the stored procedure. Can you please give coding for this.
-
Referenced and Dependent objects
How oracle manages dependency between referenced and dependent objects ?
-
What is PL/SQL ?
PL/SQL is a procedural language that has both interactive SQL and procedural programming language constructs such as iteration, conditional branching.
-
Indexed Select Statement
How can we find the select statement is indexed or not?
-
Retriving Multiple Records
Why PL/SQL does not support retriving multiple records?
-
Handle Multiple Rows Without Loops
How can we handle multiple rows without using loops in PL SQL?
PL/SQL Interview Questions
Ans