what is the purpose of update command in oracle?
Answer Posted / kiran kumar
update command is used to modify the existing column by
using where clause...
if we dont use the where the enitire columns in the table is
updated...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is dbms? : Sql dba
What does := mean in pl sql?
what is the difference between group by and order by in sql? : Sql dba
Do ddl statements need commit?
What are conditional predicates?
What are the different types of a subquery?
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
What is raw datatype in sql?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
What is integrity in sql?
How many tables can you join in sql?
Difference between table function and pipelined function?
Is sql a scripting language?
What is sql not null constraint?
Do foreign keys improve performance?