Explain the usage of WHERE CURRENT OF clause in cursors ?
Answer Posted / madhuri
WHERE CURRENT OF clause is used to update the current row of
the active set of a cursor
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Is microsoft sql free?
what are the advantages of mysql in comparison to oracle? : Sql dba
Can we call procedure in select statement?
Is and as keyword in pl sql?
What is data type in sql?
Does a join table need a primary key?
What is data control language (dcl)?
what is innodb? : Sql dba
How many unique keys can a table have?
Is sql a programming?
What is a data manipulation language?
How does sql profiler work?
What are the different dcl commands in sql?
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure
What are stuff and replace function?