Explain the usage of WHERE CURRENT OF clause in cursors ?
Answer Posted / amar_kondla
wherecurrent of clause means which is currently being modify
by the view,where not on dml
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the main reason behind using an index?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
how to rename an existing column in a table? : Sql dba
Can we perform dml in function?
how can we destroy the cookie? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
What is rename in sql?
Does sql profiler affect performance?
What is a trigger word?
How we can update the view?
what is the difference between a local and a global temporary table? : Sql dba
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
Is it possible to read/write files to-and-from PL/SQL?
Can you join a table to itself?
What is a pragma statement?