Answer Posted / jyoti ranjan samal
Update table name
set <column name>= New value
where <condition>
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to get a list of all user accounts in the database?
What is concurrency in oracle?
What is the difference between $oracle_base and $oracle_home?
How to define an explicit cursor in oracle?
How oracle handles dead locks?
How do I start tns listener?
What do you mean by a tablespace?
Explain user account with reference to oracle.
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
20. Using a set operator, display the client number of all clients who have never placed an order.
What are triggers in oracle?
How do I recompile a procedure in oracle?
Why do we use coalesce function in oracle?
What are the various oracle database objects?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.