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

How do we get field details of a table?

0 Answers  


How can we find out the current date and time in oracle?

0 Answers  


What is the order of defining local variables and sub procedures/functions?

0 Answers  


SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me

6 Answers   TCS,


how do u know the total no of rows in a table?

6 Answers  


how may join possible between (requisition with purchase order)

0 Answers  


Which are the five query types available in oracle?

0 Answers  


What are the various oracle database objects?

0 Answers  


How to select some rows from a table in oracle?

0 Answers  


does the query needs a hint to access a materialized view?

1 Answers  


What is a deadlock in SQL? How can you prevent it?

1 Answers  


What is a cluster?

2 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)