-
Indexed Select Statement
How can we find the select statement is indexed or not?
-
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
-
How can we insert into a table by fetching data from more then one table by using only single command
I have 3 tables , same no of columns ,i want to insert whole the data from all these table into a single table,which also having same no of column and the same data type.
-
Why we have to perform calculation part in Functions?
Procedure also written the values using out parameter than why we need functions?
-
Delete duplicate records without using sub query?
Delete duplicate records without using sub query? Is That possible
-
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
-
-
-
-
-
Oracle triggers
Can we issue rollback, commit in the trigger body. if we issue what is the result
-
Procedure Parameters
What is call by value and call by reference in parameters (IN, OUT, INOUT)?
-
-
What is the main purpose of RETURN in functions?
What is the main purpose of RETURN in functions when we can calculate a value and pass it through using OUT mode in procedure or functions?
-
-
Explicit cursor and Select into statement
What is the difference between an explicit cursor and select into statement?
-
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 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