-
Return statement and OUT Parameters
What are Return Statement and OUT Parameter in PLSQL Function?
-
RollForward
What is the rollforward in pl/sql
-
-
-
SQL Query Tuning Considerations
While tuning SQL query what should be taken into consideration?
-
Function return more than one value
Hi,My questions is " Can function return more than one value".I have gone through the all answers relevant to my question was been posted earlier. But all answers are confusing me.Few people said directly that function can't return more than one value and few are telling that function can return more that one value using OUT parameter or ref cursor.My understanding is if out can't use as a parameter...
-
What are the cursor attributes used in PL/SQL ?
%ISOPEN - to check whether cursor is open or not % ROWCOUNT - number of rows fetched/updated/deleted. % FOUND - to check whether cursor has fetched any row. True if rows are fetched. % NOT FOUND - to check whether cursor has fetched any row. True if no rows are featched.These attributes are proceeded with SQL for Implicit Cursors...
-
-
-
Handle Multiple Rows Without Loops
How can we handle multiple rows without using loops in PL SQL?
-
Retriving Multiple Records
Why PL/SQL does not support retriving multiple records?
-
Indexed Select Statement
How can we find the select statement is indexed or not?
-
What is PL/SQL ?
PL/SQL is a procedural language that has both interactive SQL and procedural programming language constructs such as iteration, conditional branching.
-
Referenced and Dependent objects
How oracle manages dependency between referenced and dependent objects ?
-
Oracle extract records from temporary table
Assume that I am using a temporary table in a procedure and I am inserting records and updating another set of records through Merge statement. If I use cursor in that temporary table, How can I extract all of the records from temporary table at the end of the stored procedure. Can you please give coding for this.
-
-
-
-
-
PL/SQL Interview Questions
Ans