-
-
Global Temporary Table
What is Global temporary table? and what are the benefits of it?
-
Retriving Multiple Records
Why PL/SQL does not support retriving multiple records?
-
Find null value in a table
What are all the different ways available to find the null value in a table
-
What is an Exception ? What are types of Exception ?
Exception is the error handling part of PL/SQL block. The types are Predefined and user defined. Some of Predefined exceptions are. CURSOR_ALREADY_OPEN DUP_VAL_ON_INDEX NO_DATA_FOUND TOO_MANY_ROWS INVALID_CURSOR ...
-
What are the two parts of a procedure ?
Procedure Specification and Procedure Body.
-
How to disable a trigger for a particular table ?
Suppose if i have 8 triggers declared for a table..how to disable a single trigger from a table...i don't want to disable all triggers for a table. I know we can disable all triggers by using "alter table disable all triggers;". just i want to know how to disable single trigger from a table.
-
-
-
-
-
-
-
-
-
-
-
-
-
PL/SQL Interview Questions
Ans