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 a select statement fire a trigger?
Explain how can you save or place your msg in a table?
How do you rename a table in sql?
Why do we use cursors?
What is sql partition?
Is time a data type in sql?
what is a constraint? : Sql dba
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
What is the max nvarchar size?
What is example of database?
which tcp/ip port does sql server run on? : Sql dba
What is trigger and types?
What is group by in sql?
What is mutating sql table?
Which is faster count (*) or count 1?