-
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.
-
-
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?
-
-
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?
-
PL/SQL Triggers
How many types of PL/SQL Triggers are there? What are they?
-
-
What are the components of a PL/SQL block ?
A set of related declarations and procedural statements is called block.
-
Drop Vs Truncate
Which is faster, Drop or Truncate? Explain
-
-
-
Oracle PL/SQL Private Procedure
What is Private Procedure in Oracle PL/SQL?
-
-
Invoke a Procedure inside Package
Can you invoke a Procedure inside Package P1 from the other package P2 in the same schema? Explain
-
Update Package
If amount s transfers from one account to another in banking, how will you update it with packages?
-
Procedure Memory and Location
Where will the Procedure have is memory and location?
-
Nested Procedures
Can we use nested procedures? What is the limit?
-
Check Query Performance
How will you check performance of the query, if the query was running earlier but today its taking time to run?
-
-
Table Name and Trigger Name
Can we keep trigger name same as table name? Explain
PL/SQL Interview Questions
Ans