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 syntax of UPDATE command?

Answers were Sorted based on User's Feedback



what is the syntax of UPDATE command?..

Answer / shalya

UPDATE <table name> SET <column name>=<new value> WHERE
<condition>;

Is This Answer Correct ?    23 Yes 2 No

what is the syntax of UPDATE command?..

Answer / guest

update tablename set columnvalue=newvalue where condition;

Is This Answer Correct ?    9 Yes 0 No

what is the syntax of UPDATE command?..

Answer / rajini

As per my knowledge first and third one is correct.That is

UPDATE <table name> SET <column name>=<new value> WHERE
<condition>;

Is This Answer Correct ?    9 Yes 0 No

what is the syntax of UPDATE command?..

Answer / mohan

update tablename set columnname=newvalues where conditions;

Is This Answer Correct ?    5 Yes 0 No

what is the syntax of UPDATE command?..

Answer / vishal b. patel

1. Below SP apply for all records of the Table

UPDATE <table name> SET <column name>=<new value>

----------------
2. Below SP apply for those records which are match with
the <condition>...

UPDATE <table name> SET <column name>=<new value> WHERE
<condition>

Is This Answer Correct ?    3 Yes 1 No

what is the syntax of UPDATE command?..

Answer / naweed ahmad

UPDATE TABLE NAME SET COLUMN NAME=NEW VALUE
WHERE CONDITION;
--(WHERE CONDITION IS OPTIONAL)

Is This Answer Correct ?    2 Yes 0 No

what is the syntax of UPDATE command?..

Answer / jyoti ranjan samal

Update table name
set <column name>= New value
where <condition>

Is This Answer Correct ?    1 Yes 0 No

what is the syntax of UPDATE command?..

Answer / guest

select * from tablename
where(col1=>10)update col2=234;

Is This Answer Correct ?    2 Yes 11 No

Post New Answer

More Oracle General Interview Questions

What does a Control file Contain ?

2 Answers  


Is rowid unique in oracle?

0 Answers  


Please help me how to write a Query to change the primary key constraint from 1 attribute to another attribute in a table

3 Answers  


What happens if you lost a data file?

0 Answers  


Table1- have two column filename data AFGDFD-20112011 hi how r u bsdasd-23042011 name shoud be in bold Now i want output like filename data AFGDFD hi how r u bsdasd name shoud be in bold Kindly answer this

2 Answers   HCL,


Explain about integrity constraint?

0 Answers  


What is the difference between primary key and unique key and foreign key in oracle?

0 Answers  


What are the various types of snapshots ?

0 Answers  


Can we write dml statement in function in oracle?

0 Answers  


List out the components of logical database structure of oracle database.

0 Answers  


What is the difference between pre-select and pre-query?

0 Answers  


Which of the following is not a database object TABLESPACE TABLE INDEX NONE

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1809)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)