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
How to delete multiple rows from a table in oracle?
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.
Explain how you would restore a database using RMAN to Point in Time?
What are the advantages of oracle?
How can we delete duplicate rows in a table?
What is an external table?
Explain drop constraint oracle?
What is ordinary table in oracle?
What do you mean by a database transaction & what all tcl statements are available in oracle?
How to assign values to variables?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
How will you identify oracle database software release?
How do I manually uninstall oracle client?
How to see the table columns used in an index?
How to create an oracle database?