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
Which data type is a composite type?
Explain the difference between 'between' & 'and' operators in sql
What is the use of index in hive?
What are the two types of cursors in pl sql?
What is a database event trigger?
what is the different between now() and current_date()? : Sql dba
what is view? : Sql dba
How do I upgrade sql?
define data blocks ? : Sql dba
How can you load multi line records? : aql loader
Can we edit a view in sql?
Explain ddl statements in pl/sql?
What is consistency?
what is a stored procedure? : Sql dba
What is the use of triggers?