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
how to shut down the server with 'mysqladmin'? : Sql dba
Explain the uses of database trigger.
What is data control language?
Can we use delete in merge statement?
Can we use the cursor's to create the collection in PL/SQL?
What is a database trigger?
What is a sql profiler?
How to test for null values?
How do I count duplicates in sql?
What is the file extension for sql database?
What is pivot in sql?
Explain the commit statement.
What is group by in sql?
What is indexing in sql and its types?
Which is faster count (*) or count 1?