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 different types of queries in sql?
How do I copy a table in sql?
What if we write return in procedure?
What is a parameter query?
what is top in tsql? : Transact sql
What is the difference between explicit and implicit cursors in oracle?
What are the benefits of stored procedures?
What is cursor and why it is required?
What is before trigger?
Why truncate is faster than delete?
Explain sql data types?
What is a join query?
How do I run a program in pl sql?
How do I run a pl sql procedure in sql developer?
Why truncate is used in sql?