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
Explain foreign key in sql?
What are the types of views in sql?
What is the primary use of normalization?
what is single byte over head in oracle..?
what is a tablespace? : Sql dba
Write a sql select query that only returns each name only once from a table?
What is anonymous block in sql?
What is the difference between function, procedure and package in pl/sql?
How can we implement rollback or commit statement in a trigger?
What is restrict in sql?
What is the purpose of cursors in pl/sql?
What is the need of merge statement?
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
How do you pronounce sql?
How many types of index are there?