-
What will happen after commit statement ?
Cursor C1 is Select empno, ename from emp; Begin open C1; ...
-
-
-
Force View
What is Force View. Why Oracle Give Facility to create force view? What is the use of force View
-
-
-
-
-
-
-
-
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
-
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
-
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
-
Explicit cursor and Select into statement
What is the difference between an explicit cursor and select into statement?
-
-
Indexed Select Statement
How can we find the select statement is indexed or not?
-
Procedure Parameters
What is call by value and call by reference in parameters (IN, OUT, INOUT)?
-
Analytical functions
What are analytical functions and how are they used?
-
Oracle triggers
Can we issue rollback, commit in the trigger body. if we issue what is the result
PL/SQL Interview Questions
Ans