What are the PL/SQL Statements used in cursor processing ?
Answer Posted / 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 |
Post New Answer View All Answers
what is single byte over head in oracle..?
Is sql considered coding?
How would you reference column values before and after you have inserted and deleted triggers?
What will you get by the cursor attribute sql%notfound?
What are the two virtual tables available at the time of database trigger execution?
What is normalisation and its types?
how to get a list of all tables in a database? : Sql dba
What is memory optimized table?
What are the sql versions?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
How global cursor can be declare with dynamic trigger ?
what is a composite primary key ? : Sql dba
Define select, insert, create, delete, update, drop keywords
Is not equal in sql?
How do I run a sql query in pgadmin 4?