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 is raw datatype in oracle?
What are the differences between interval year to month and interval day to second?
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
Why do we use coalesce function in oracle?
What is an index associated with a constraint?
How to convert a string to a date in oracle database?
what is port in oracle? how is it related to database application.
What is procedure overloading in oracle?
Explain cascading triggers.
What is a cursor variable?
Explain an index segment?
What are the limitations of check constraint?
What is a dynamic performance view in oracle?
How to connect to the server with user account: sys?
In what script is snap$ created? In what script is the scott/tiger schema created?