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
Can you create a synonym without having a table?
What are internal user account in oracle?
Will you be able to store pictures in the database?
is there a tool to trace queries, like profiler for sql server?
What is the maximum number of triggers that can be applied to a single table?
Explain about achiever in sql?
What is oracle sid?
Can you have more than one content canvas view attached with a window ?
How to create additional tablespaces for an new database?
Differentiate between function and procedure in oracle.
What is a view and how is it different from a table?
master table and child table performances and comparisons in Oracle ?
What is meant by raw datatype?
What is a table index?
What happens in oracle commit?