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
How to recover a dropped table in oracle?
What is the data pump import utility?
State any two functions of oracle?
How to define a sub function?
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
How to turn on or off recycle bin for the instance?
What is a package ? What are the advantages of package ?
What are the different types of modules in oracle forms?
What is a nvl function? How can it be used?
How to Truncate Table in Oracle
Why use resource manager in Oracle?
What are operators in oracle?
How can we find out the current date and time in oracle?
What is oracle thin client?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??