what is the purpose of update command in oracle?
Answer Posted / highness
Update command is used to change the value of an
column/s (field) of a table
or
to change an existing value/s of a table
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between sql function and stored procedure?
how are mysql timestamps seen to a user? : Sql dba
Do triggers have restrictions on the usage of large datatypes, such as long and long raw?
What is the use of nvl function?
What is the difference between clustered and non-clustered index in sql?
What is the use of & in pl sql?
What does select * from mean in sql?
what are all the different normalizations? : Sql dba
What is inner join in sql?
Explain the select statement in sql?
How to assign sql query results to pl sql variables?
how to use case expression? : Sql dba
What is difference between table and view?
give the syntax of grant and revoke commands? : Sql dba
What is raw datatype in sql?