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 foreign key and example?
What is memory optimized?
What is a full join?
Is primary key clustered index?
What plvcmt and plvrb does in pl/sql?
How do I create a memory optimized filegroup?
What is varray in pl sql?
What is a data manipulation language?
Why procedure is used in sql?
What is dba in sql? : SQL DBA
What is parameter substitution in sql?
what are the disadvantages of mysql? : Sql dba
How do you delete a table?
What are the commands used in sql?
What are the syntax and use of the coalesce function?