what is the purpose of update command in oracle?
Answer Posted / zikku
update command sets the values of a particular column .
using this command we can manipulate data within a database.
update command can be used with where clause.using this we
can set the values in a column at any time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is clause? : Sql dba
what are the difference between clustered and a non-clustered index? : Sql dba
what is offset-fetch filter in tsql? : Transact sql
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
What does select top 1 do in sql?
What is sql trigger example?
What is a common use of group by in sql?
What are the different types of a subquery?
what are sequences
What is cursor and why it is required?
Can a commit statement be executed as part of a trigger?
What are %type and %rowtype for?
Which query operators in sql is used for pattern matching?
What found sql?
Can procedure in package be overloaded?