what is the purpose of update command in oracle?

Answers were Sorted based on User's Feedback



what is the purpose of update command in oracle?..

Answer / satya

Hi,

By using Update command we can update the data in a
table from one value to another value..


Regards,
Satya.k

Is This Answer Correct ?    4 Yes 0 No

what is the purpose of update command in oracle?..

Answer / zikku

update command sets the values of a particular column .
using this command we can manipulate data within a database.
update command can be used with where clause.using this we
can set the values in a column at any time.

Is This Answer Correct ?    1 Yes 0 No

what is the purpose of update command in oracle?..

Answer / kotravel. b

to manipulate the data in exisiting row



by
kotravel
nathakkadiyur
erode

Is This Answer Correct ?    0 Yes 0 No

what is the purpose of update command in oracle?..

Answer / 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

what is the purpose of update command in oracle?..

Answer / 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

what is the purpose of update command in oracle?..

Answer / 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

what is the purpose of update command in oracle?..

Answer / vasan

Update command is used to modify, we can modify column
name,Values etc.,

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More SQL PLSQL Interview Questions

Why are indexes and views important to an organization?

0 Answers  


How many types of tables are there?

0 Answers  


What is varray in pl sql?

0 Answers  


What are the triggers associated with image items?

0 Answers  


What is the difference between database trigger and stored procedure?

0 Answers  


hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews

0 Answers  


What are three advantages to using sql?

0 Answers  


What is a schema? How is it useful in sql servers?

0 Answers  


how can we destroy the session, how can we unset the variable of a session? : Sql dba

0 Answers  


What is nvarchar max in sql?

0 Answers  


what is Hash join?how it is different from inner join?what is the sign used for inner join?(eg: like the (+) sign used for outer join)?

3 Answers   TCS,


What are the possible values that can be stored in a boolean data field?

0 Answers  


Categories