Answer Posted / sudhakar
update <table-name> set column-name<condition> where <condition>
ex:
update dept set desg='manager' where deptid=111;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can group functions be used in the order by clause in oracle?
What do you mean by redo log file mirroring?
How many categories of data types?
What is a package ? What are the advantages of package ?
Where do we use decode and case statements?
What is a dead lock in oracle?
What is sequence?
What is an oracle data file?
What is a private synonym?
What is the difference between post-database commit and post-form commit?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
What is transport network substrate (tns) in oracle?
What is blob datatype?
What is max rowid in oracle?
what is the difference between functional dependecy and multilevel dependency?