what is the syntax of update command?
Answers were Sorted based on User's Feedback
Answer / arijitnit
update table_name set column_name=value where condition
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / shahnaz
UPDATE <TABLE_NAME> SET
COLUMN1=VALUE1,COLUMN2=VALUE2,COLUMN3=VALUE3.... WHERE
<CONDITION>
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ajeet singh
Update <tablename>
set <columnname=values......> where <condition> ;
| Is This Answer Correct ? | 0 Yes | 0 No |
What is program global area (pga) in oracle?
can you explain performance tunning in oracle(sql,PL/SQL)
How to shutdown your 10g xe server?
what is the syntax of update command?
How to Select second Maximum salary in a Table ?
What is the function of Redo Log ?
15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.
How do I connect to oracle database?
How to install oracle odbc drivers?
How do I learn what codesets are available in oracle?
What are a cluster and non-cluster index?
Explain how are indexes update?