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
Can we debug stored procedure?
Is join an inner join?
How do I write a sql query in pgadmin 4?
What is use of package in pl sql?
What is over () in sql?
What is difference between joins and union?
How do I remove sql plus from windows 10?
What if we write return in procedure?
How to call a javascript function from pl sql?
Can a composite key be null?
tell us something about heap tables. : Sql dba
What is the difference between truncate and drop statements?
What are the different ddl commands in sql?
Write a sql select query that only returns each name only once from a table?
What are the advantages of pl sql?