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 use "while" statements in oracle?
what is the difference between functional dependecy and multilevel dependency?
Is oracle a programming language?
Explain the use of online redo log files in oracle.
State any two functions of oracle?
What is the difference between view and materialized view in Oracle?
What is merge in oracle?
What happens to the indexes if a table is recovered?
Please explain joins in oracle?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
How to export your own schema?
Can we write insert statement in function in oracle?
How to view all columns in an existing table?
when we are importing items in inventory, showing errors, Oracle support suggested us for running scripts & also suggested if we run scripts, iprocurement applicaation if is there it will show shared and if we go in future for iprocurement, it wont work. So kinldy suggest any functional solution.
What is the difference between sharding and partitioning?