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
What is the difference between post-database commit and post-form commit?
What are the most common interview questions on ETL Testing for experience?
How to write a left outer join with the where clause in oracle?
How to import one table back from a dump file?
What is the difference between translate and replace?
How to divide query output into groups in oracle?
What is a table in oracle?
How a database is related to tablespaces?
How to delete a user account in oracle?
How would you best determine why your MVIEW couldnt FAST REFRESH?
How to grant create session privilege to a user in oracle?
Can we store pictures in the database and if so, how it can be done?
Can we call procedure inside function in oracle?
How to use like conditions in oracle?
What is dynamic proxy?