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 does one get the view definition of fixed views/tables?
What are named parameters?
Is the After report trigger fired if the report execution fails ?
What is a nested table and how is it different from a normal table?
What is the usage of control file in oracle?
How to write numeric literals in oracle?
How to create id with auto_increment on oracle?
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
What are temporal data types in oracle?
Give the various rollback segment states.
How to define an oracle cursor variable?
What is the difference between PFILE and SPFILE in Oracle?
what is dynamic SGA and static SGA
What is meant by recursive hints in oracle?
How do I connect to oracle database?