Answer Posted / vishal b. patel
1. Below SP apply for all records of the Table
UPDATE <table name> SET <column name>=<new value>
----------------
2. Below SP apply for those records which are match with
the <condition>...
UPDATE <table name> SET <column name>=<new value> WHERE
<condition>
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is merge statement used for?
How do I reset a sequence in oracle?
How to invoke the data pump export utility?
Explain oracle left join with an example?
How many types of table in Oracle?
How many memory layers are in the oracle shared pool?
How to concatenate two text values in oracle?
Can we connect to ORACLE db using Windows Authentication?
What is a lookup table in oracle?
master table and child table performances and comparisons in Oracle ?
What is the database name in oracle?
What is an index associated with a constraint?
Can we commit inside a function in oracle?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
How would you go about verifying the network name that the local_listener is currently using?