Answer Posted / sudhakar
update <table-name> set column-name<condition> where <condition>
ex:
update dept set desg='manager' where deptid=111;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Oracle
How to define an oracle sub procedure?
What is system tablespace?
Write a syntax for update query in oracle?
Explain the use of analyse option in exp command.
How to apply filtering criteria at group level in oracle?
How can we create the complete backup of data in the oracle.
What is rich query?
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.
What is a nested table?
How do you store pictures in a database?
Why oracle is used?
Explain table?
How does Oracle guarantee data integrity of data changes?
Use of an integrity constraint is better to validate data. Explain