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 to do if the binary spfile is wrong for the default instance?
Can we use bind variables in oracle stored procedure?
What is Segment Advisor in Oracle?
defination of bitmap index
How to create a server parameter file?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
How to put more than 1000 values into an oracle in clause?
What to do if the startbd.bat failed to start the xe instance?
How many types of tables are there in oracle?
What is a directory object?
When do you get a .pll extension in oracle? Explain its importance
Explain parameter file in oracle.
In the oracle version 9.3.0.5.0, what does each number shows?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?