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 cursor in pl sql?
What is duration in sql profiler trace?
Can a table contain multiple primary key’s?
Why is there a need for sqlcode and sqlerrm variables?
What is offset in sql query?
what is the use of friend function? : Sql dba
Does oracle use sql?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
What is vector point function?
How to avoid duplicate records in a query?
is it possible to pass an object or table to a procedure as an argument?
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
Which are sql * plus commands?
What are the types of optimization?
what is recursive stored procedure? : Sql dba