Explain the usage of WHERE CURRENT OF clause in cursors ?
Answer Posted / nishi
WHERE CURRENT OF clause in an UPDATE,DELETE statement refers to the latest row fetched from a cursor. Database Triggers
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are data types in pl sql?
which tcp/ip port does sql server run on? : Sql dba
how to get @@error and @@rowcount at the same time? : Sql dba
What's the difference between inner join and left join?
What is cte?
What are conditional predicates?
How does cross join work?
Can function return multiple values in sql?
How do you optimize a stored procedure query?
Does asenumerable execute the query?
What is time based sql injection?
How do you drop a trigger?
What is meant by user defined function?
What is the need of merge statement?
Why procedure is used in sql?