what is the purpose of update command in oracle?
Answer Posted / vidhun
update command is used to modify the values of existing
data.
here where clause is used to check the condition where we
want to make change?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are character functions in sql?
Do foreign keys improve performance?
Can ddl statements be used in pl/sql?
List out the acid properties and explain?
What is a composite primary key?
how to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc
What is a join?
Is coalesce faster than isnull?
Can you have a foreign key without a primary key?
What is mutating error?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
Can 2 queries be executed simultaneously in a distributed database system?
What is clause in sql?
What is difference between table and view?
Explain what is sql?