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
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?
How to drop a stored function?
How to specify default values in insert statement using oracle?
How to save query output to a local file?
What is the difference between translate and replace?
How to initialize variables with default values?
Explain database link?
How to see the table columns used in an index?
What is the difference between hot backup and cold backup in oracle?
1) Does oracle have any table which contain all the exceptions and it's code internally?
What is a synonym? What are its various types?
How can we force the database to use the user specified rollback segment?
What is a connect identifier?
How do I spool in oracle?
What is oracle database client?