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 define an anonymous procedure with variables?
What is an oracle table?
How to drop an index in oracle?
Explain the difference between replace() and translate() functions in oracle?
When do you get a .pll extension in oracle? Explain its importance
How to test null values?
Explain drop constraint oracle?
How do you store pictures in a database?
How can we view last record added to a table?
What is oracle server autotrace in oracle?
What is the difference between truncate & delete command?
What are transaction isolation levels supported by oracle?
Explain the features of oracle?
what is the difference between data migration and production migration.
Can you create a synonym without having a table?