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
Explain the commit statement.
What is cte?
What is union and union all keyword in sql and what are their differences?
What is sql stand for?
Why do we use function in pl sql?
Can you do multiple joins in sql?
what is 'mysqlimport'? : Sql dba
What are actual parameters and formal parameters?
How many columns should be in an index?
What are the two types of periodical indexes?
Can 2 queries be executed simultaneously in a distributed database system?
What does closing a cursor do?
Is sql a case sensitive language?
How do you remove duplicates without using distinct in sql?
What is the maximum rows in csv?