Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the purpose of a sql?

0 Answers  


How exception handling is done in advance pl/sql?

0 Answers  


What is the use of triggers?

0 Answers  


How exception is different from error?

0 Answers  


What is a variable in sql?

0 Answers  


How many databases can sql express handle?

0 Answers  


how to install mysql? : Sql dba

0 Answers  


how to select unique records from a table? : Sql dba

0 Answers  


What is the use of sql trace?

0 Answers  


explain commit and rollback in mysql : sql dba

0 Answers  


1. how to use the check option constraints in sql query..? 2.how to add data in a complex query ? 3.is it possible to use commit or rollback or savepoint in triggers...if not why please explain with examples...? 4.what is the difference between meterialized view and normal view..how to create materialized view and how to use it..? 5.what is varray...? what is the advantage of the varray ? please expalin with a simpel example..i want to load into a table (student no and name and his marks..) please give example.. 6.what are the bulk bind exceptions...how to use bulk bind and how to use bulk collect..please explain with example... 7.what is for update of and where current of ...? 8 what is the use of nowait ? 9.please give an example for nocopy in a simple plsql query 10.create an index in a table...tellme how to use the index in a where clause to do performance tunning...

3 Answers   Satyam,


difference between pl/sql table and normal pl/sql table

2 Answers  


Categories