-
Nested Procedures
Can we use nested procedures? What is the limit?
-
Invoke a Procedure inside Package
Can you invoke a Procedure inside Package P1 from the other package P2 in the same schema? Explain
-
-
Oracle PL/SQL Private Procedure
What is Private Procedure in Oracle PL/SQL?
-
-
-
Drop Vs Truncate
Which is faster, Drop or Truncate? Explain
-
What are the components of a PL/SQL block ?
A set of related declarations and procedural statements is called block.
-
-
PL/SQL Triggers
How many types of PL/SQL Triggers are there? What are they?
-
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?
-
-
Find the Impact for Procedure Change
How do you find the impact for the change and how to find the tables which are connected to this procedure or package?
-
-
Create an anonymous PL/SQL block to enroll a Student
Create an anonymous PL/SQL block to enroll a student in a particular class. You will use the ENROLLMENTS table. Accept a STU_ID and CLASS_ID as input parameters. Use "today's date" for the ENROLLMENT_DATE and the string "Enrolled" for the STATUS.
-
Hidden Package
How can we hide a package from other users?
-
Global Temporary Table
What is Global temporary table? and what are the benefits of it?
-
-
-
What is Simple Cursor? and What is Parametrized cursor?
Explain what is Simple Cursor and What is Parameterized Cursor? And Difference between both??
PL/SQL Interview Questions
Ans