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
how can we repair a mysql table? : Sql dba
Does sql full backup truncate logs?
what is primary key? : Sql dba
Can we create view in stored procedure?
Mention what is the plv (pl/vision) package offers?
What is PL/SQL Records?
Can we join two tables without common column?
Can we use the cursor's to create the collection in PL/SQL?
What are the types of records?
What is the limitation on the block size of pl/sql?
What are sql procedures?
what is the difference between union and union all? : Sql dba
What is the clause we need to add in function body to return variable?
Write the alter statement to enable all the triggers on the t.students table.
What is pl sql record in oracle?