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
Explain the use of parfile option in exp command.
What is open database communication (odbc) in oracle?
can anyody please send me the dump for Oracle 10g certifications for DBA path?
How to check your oracle database 10g xe installation?
Give the constructs of a package, function or a procedure.
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
What exactly do quotation marks around the table name do?
Why does for update in oracle 8 cause an ora-01002 error?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
Can we write insert statement in function in oracle?
types of indexes and the rationale behind choosing a particular index for a situation.
How to recover a dropped table in oracle?
How to define an anonymous procedure without variables?
List out the components of logical database structure of oracle database.
How to use values from other tables in update statements using oracle?