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 exact difference between drop and truncate table.
4. Using a set operator, display the creditor number of all creditors who have ever been paid.
Give the various rollback segment states.
Explain overloading. Can functions be overloaded?
How to convert characters to numbers in oracle?
What is the recommended interval at which to run statspack snapshots, and why?
How to initialize variables with default values?
How do we display rows from the table without duplicates?
Explain what are clusters?
What is varray?
What happens if you use a wrong connect identifier?
what is the uses of cusor