What are the PL/SQL Statements used in cursor processing ?
Answers were Sorted based on User's Feedback
Answer / suresh kumar somayajula
Declaring a CURSOR
Open the CURSOR
FETCH the rows from the CURSOR
CLOSE the CURSOR...
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / nishi
Declaring a CURSOR
Open the CURSOR
FETCH the rows from the CURSOR
CLOSE the CURSOR...
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vijay
cursor
open
fetch
close
attributes
%found,
%notfound
%isopen
%rowcount
loop
whlie loop
for loop
Is This Answer Correct ? | 0 Yes | 0 No |
What is different between union and minus?
Temporary table vs Table variable in sql server?
Why is the cursor important?
Is there a way to automate sql execution from the command-line, batch job or shell script?
What are the uses of merge?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What is difference between cursor and ref cursor?
How does one load ebcdic data? : aql loader
i have xml source. xml source having lacks of records. i want extract/retrive xml source data using sql query. please tell me how to write query.
What is a composite primary key?
how to enter characters as hex numbers? : Sql dba
What are different categories of sql commands?