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 |
Display Odd/ Even number of records?
How does oracle handle read consistency?
How will you differentiate between varchar & varchar2?
How to write date and time literals in oracle?
How to find 1st, 2nd, 3rd highest using select select statement not using rownum
Write a syntax for update query in oracle?
What is define in oracle?
What is raw datatype in oracle?
What is difference between UNIQUE constraint and PRIMARY KEY constraint ?
what is data abstraction
hai, I am searching job on Oracle10g and PL/sql,Unix... can any one send me resume format. an suggest me how to prepare.. ann books..
Are truncate and delete commands same? If so why?