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 |
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
What are the different types of modules in oracle forms?
How to load data through external tables?
What is the difference between alert log file and tarce file ?
how to retrieve data from different tables ,place this data in different excel worksheets.
Explain what are synonyms used for?
What are the limitations oracle database 10g xe?
how to find find & delete duplicate rows from two different tables?
What is the difference between postgresql and oracle?
How many file formats are supported to export data?
How to create additional tablespaces for an new database?
How to start an oracle instance?