What are the PL/SQL Statements used in cursor processing ?
Answer Posted / nishi
Declaring a CURSOR
Open the CURSOR
FETCH the rows from the CURSOR
CLOSE the CURSOR...
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the sql case statement?
Where is pl sql used?
What is the need of merge statement?
What is mdb stand for?
What is a data definition language?
how to get a list of all tables in a database? : Sql dba
How many types of keys are there in sql?
what is the difference between blob and text? : Sql dba
Why use stored procedures?
Can primary key be changed?
What kind of join is join?
What are types of exception?
Why is sql better than hql?
How do you delete duplicates in sql query using rowid?
How delete a row in sql?