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 are the two types of exceptions.
Can I create table without primary key?
Is it possible to create the following trigger: before or after update trigger for each row?
Are stored procedures faster than queries?
what are the types of join and explain each? : Sql dba
How to disable a trigger name update_salary?
what is unique key constraint? : Sql dba
What does := mean in pl sql?
Is sql database free?
What is sql scripting?
How to move files from one directory to another in pl sql?
Is sql a oracle?
What is normalization sql?
What are sql functions? Describe the different types of sql functions?
how to run 'mysql' commands from a batch file? : Sql dba