what is the purpose of update command in oracle?
Answer Posted / highness
Update command is used to change the value of an
column/s (field) of a table
or
to change an existing value/s of a table
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is rownum in sql?
what is heap table? : Sql dba
Is left join same as inner join?
How do you write an inner join query?
how to load data files into tables with 'mysqlimport'? : Sql dba
How do I run a sql script?
Is pl sql a programming language?
What are the sql versions?
explain primary keys and auto increment fields in mysql : sql dba
how do you tune the slow running queries in oracle db , explain the methodology
what is union? : Sql dba
What is trigger in sql?
Can one improve the performance of sql*loader? : aql loader
What is a parameter query?
Name the different types of indexes in sql and define them.