what is the syntax of update command?
Answer Posted / shahnaz
UPDATE <TABLE_NAME> SET
COLUMN1=VALUE1,COLUMN2=VALUE2,COLUMN3=VALUE3.... WHERE
<CONDITION>
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Design database draw er diagram for a certain scenario ?
What is primefaces used for?
How to grant create session privilege to a user in oracle?
Explain oracle data types with examples?
How can I combine multiple rows into a comma-delimited list in oracle?
What is oracle rownum?
How to pass a parameter to a cursor in oracle?
Why do we need integrity constraints in a database?
What are the advantages of oracle 12c?
How to apply filtering criteria at group level in oracle?
How remove data files before opening a database?
What are the built-in functions used for sending Parameters to forms ?
What is open database communication (odbc) in oracle?
Difference between cartesian join and cross join?
Explain the use of tables option in exp command.