Answer Posted / irshad ahmad
SQL> UPDATE table_name SET column1=value,
column2=value2,...
[WHERE condition];
for Example:-
Sql> UPDATE customers SET address = ‘250 Azad Road’ WHERE
customerid = 4;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the attributes of the cursor?
Explain joins in oracle?
How to change program global area (pga) in oracle?
How to check the oracle tns settings?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
What is recovery manager in Oracle?
What is the difference between post-database commit and post-form commit?
How to convert csv to table in oracle?
What is connection pooling in oracle?
What is merge statement used for?
can u send the sql dumps to sivakumarr1987@gmail.com plz help me
What is a relational database management system?
Explain user account with reference to oracle.
How to enter a new row into a table interactively?
What are the differences between blob and clob in oracle?