What a SELECT FOR UPDATE cursor represent.?
Answer / nishi
What a SELECT FOR UPDATE cursor represent. [ANSWER] SELECT......FROM......FOR......UPDATE[OF column-reference][NOWAIT] The processing done in a fetch loop modifies the rows that have been retrieved by the cursor. A convenient way of modifying the rows is done by a method with two parts: the FOR UPDATE clause in the cursor declaration, WHERE CURRENT OF CLAUSE in an UPDATE or declaration statement.
| Is This Answer Correct ? | 0 Yes | 0 No |
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
What is recovery manager(rman) backup in Oracle?
What are the values that can be specified for OPTIMIZER_GOAL parameter of the ALTER SESSION Command ?
What is an oracle?
What are a collation and state the different types of collation sensitivity?
What is autonomous transaction?
How to store only time; not date and time?
How would you optimize a slow SQL query?
1) Does oracle have any table which contain all the exceptions and it's code internally?
What privilege is needed for a user to create indexes in oracle?
How to use subqueries in the from clause in oracle?
What is forall Statement ?