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 use cursors?

5 Answers   Oracle,


What are different sql data types?

0 Answers  


How do I remove duplicates in two columns?

0 Answers  


Can %notfound return null after a fetch?

0 Answers  


if a string is there like s1,s2,s3,s4.How to find count of commas in this.

4 Answers  






Is big data nosql?

0 Answers  


What is sqlerrd?

0 Answers  


What is a sql trace file?

0 Answers  


What are local and global variables and their differences?

0 Answers  


Why indexing is needed?

0 Answers  


define a variable representing the expression used to calculate on emps total annual remuneration.use the variable in a statement which finds all emps who can earn 30000 a year or more.

5 Answers  


Does user triggers have entry for trigger with compilation errors?

0 Answers  


Categories