what is the purpose of update command in oracle?
Answer Posted / vidhun
update command is used to modify the values of existing
data.
here where clause is used to check the condition where we
want to make change?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I edit a stored procedure?
what is the difference between $message and $$message? : Sql dba
what are integrity rules?
Difference between table function and pipelined function?
What is clustered index in sql?
What is auto increment feature in sql?
How can I speed up sql query?
What is data type in sql?
What is pls_integer in pl sql?
What does pragma mean?
What is the use of non clustered index?
What is row_number () in sql?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
Can we perform dml in function?
What is rowtype?