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 sql and its types?
what is the difference between char_length and length? : Sql dba
Can we use pl sql in sql server?
what is the difference between group by and order by in sql? : Sql dba
Which command is used to delete a package?
What is linq to sql?
Is sql between inclusive?
what is innodb? : Sql dba
What is the left table in sql?
Why do we use subquery?
How do I start pl sql?
What does the acronym acid stand for in database management?
What is basic structure of pl sql?
Is time a data type in sql?
How to select random rows from a table?