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 |
Can a property clause itself be based on a property clause ?
How to open a cursor variable?
How can you use check constraints for self referential integrity?
How to select all columns of all rows from a table in oracle?
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
How to create a table index in oracle?
what is the syntax of CREATE command?
Explain table?
Can a Tablespace hold objects from different Schemes ?
What are the four Oracle system processes that must always be up and running for the database to be useable?
What is different types of joins?