What are the oracle DML commands possible through an update strategy?
Answer / Abhinav Singh
Oracle provides several Data Manipulation Language (DML) commands that can be used as part of an update strategy. These include UPDATE, INSERT INTO, DELETE, MERGE, and SELECT...FOR UPDATE. The choice of command depends on the specific requirements of your update strategy.
| Is This Answer Correct ? | 0 Yes | 0 No |
Respected sir, Please send me technical questions related to oracle apps..
Is oracle the best database?
How many memory layers are in the oracle shared pool?
How to define an anonymous block?
How to add another datafile to a tablespace?
What are the factors causing the reparsing of SQL statements in SGA?
How to retrieve values from data fields in record variables?
What is the maximum number of CHECK constraints that can be defined on a column ?
SELECT THE RECORDS FROM 3 TABLES LIKE(T1,T2,T3) AND HOW CAN WE INSERT THAT RECORD IN ANOTHER TABLE LIKE(T4)?
What are the Limitations of a CHECK Constraint ?
Oracle
1 Answers ABC, Genpact, HUI, Oracle,
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?