what is the syntax of update command?
Answer Posted / ajeet singh
Update <tablename>
set <columnname=values......> where <condition> ;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to install oracle database 10g xe?
How to join two tables in a single query using oracle?
What are the differences between char and varchar2 in oracle?
What is the difference between count (*), count (expression), count (distinct expression)?
Explain oracle data types with examples?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
How can we find out the current date and time in oracle?
How to commit the current transaction in oracle?
What is the difference between sharding and replication?
What do you mean by redo log file mirroring?
What is the difference between substr and instr?
Please explain oracle data types with examples?
How to declare a local variable?
What is an oracle database table?
Give the various exception types.