-
-
-
-
-
-
-
-
Oracle triggers
Can we issue rollback, commit in the trigger body. if we issue what is the result
-
Analytical functions
What are analytical functions and how are they used?
-
Procedure Parameters
What is call by value and call by reference in parameters (IN, OUT, INOUT)?
-
Indexed Select Statement
How can we find the select statement is indexed or not?
-
-
Explicit cursor and Select into statement
What is the difference between an explicit cursor and select into statement?
-
What is PL/SQL table ?
Objects of type TABLE are called "PL/SQL tables", which are modeled as (but not the same as) database tables, PL/SQL tables use a primary PL/SQL tables can have one column and a primary key. Cursors
-
Status of Procedure
If a procedure is referring a table and if the structure of the table is changed, lets say data type of the any column is changed, then is it possible that the status of the procedure remains valid? Explain
-
Bulk Data Operations
You are developing a PL/SQL block designed for bulk data operations. When attemping to store table data for multiple rows in a PL/SQL variable, which one of the following choices identifies the mechanism best suited for this task (choose one)? A. cursorB. varchar2C. recordD. table of records
-
-
-
-
PL/SQL Interview Questions
Ans