Explain the usage of WHERE CURRENT OF clause in cursors ?
Answer Posted / swapna
WHERE CURRENT OF clause in an UPDATE,DELETE statement
refers to the latest row fetched from a cursor.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What are the two types of exceptions.
What are system versioned tables?
What types of commands can be executed in sql*plus?
How many postgresql users are there, worldwide?
What is the purpose of cursors in pl/sql?
What is the purpose of my sql?
Which are the different case manipulation functions in sql?
Explain what is sql?
How do I start sql profiler?
What is the clause we need to add in function body to return variable?
How to connect a sql*plus session to an oracle server?
What is aggregate function in sql?
explain commit and rollback in mysql : sql dba
Why do you partition data?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints