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 a private synonym?
How to sort output in descending order in oracle?
How remove data files before opening a database?
How to select some columns from a table in oracle?
How do I reset a sequence in oracle?
What is the sid in oracle?
What is a subquery?
Can group functions be used in the order by clause in oracle?
What is a database schema in oracle?
State the various uses of dbcc command?
What do you mean by merge in oracle?
Name the various constraints used in oracle?
Design database draw er diagram for a certain scenario ?
What is the difference between Delete, Truncate and Drop in Oracle?
What is the difference between sharding and replication?