what is the syntax of update command?
Answer Posted / shahnaz
UPDATE <TABLE_NAME> SET
COLUMN1=VALUE1,COLUMN2=VALUE2,COLUMN3=VALUE3.... WHERE
<CONDITION>
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What happens if you set the sga too low in oracle?
Differentiate between post-database commit and post-form commit?
How to compare dates in oracle sql?
Can we insert data in view oracle?
How to use null as conditions in oracle?
How to declare a local variable?
An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?
How does one get the view definition of fixed views/tables?
What is the difference between primary key and unique key and foreign key in oracle?
How oracle handles dead locks?
How to add a new column to an existing table in oracle?
How to establish administrator authentication to the server?
What are the original export and import utilities?
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.
How to end the current transaction in oracle?