what is the syntax of update command?

Answers were Sorted based on User's Feedback



what is the syntax of update command?..

Answer / arijitnit

update table_name set column_name=value where condition

Is This Answer Correct ?    10 Yes 0 No

what is the syntax of update command?..

Answer / shahnaz

UPDATE <TABLE_NAME> SET
COLUMN1=VALUE1,COLUMN2=VALUE2,COLUMN3=VALUE3.... WHERE
<CONDITION>

Is This Answer Correct ?    2 Yes 0 No

what is the syntax of update command?..

Answer / ajeet singh

Update <tablename>
set <columnname=values......> where <condition> ;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

Can the query output be sorted by multiple columns in oracle?

0 Answers  


How to start your 10g xe server?

0 Answers  


Give the constructs of a package, function or a procedure.

0 Answers  


How to create a table interactively?

0 Answers  


Display Odd/ Even number of records?

3 Answers  


A USER HAVING CREATE SESSION PREVILAGE CAN ALTER PASSWORD/CHANGE PASSWORD?

2 Answers  


When do you get a .pll extension in oracle? Explain its importance

0 Answers  


Can a property clause itself be based on a property clause ?

1 Answers   Oracle,


How to Identify the previously inserted/updated records in already populated table.

0 Answers  


Can you have more than one content canvas view attached with a window ?

0 Answers   Oracle,


Give syntax for SQL and ORACLE joins.

0 Answers   TCS,


1. Display all the rows and columns in the CLIENT table. Sort by client name in reverse alphabetical order.

2 Answers   Wipro,


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • 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)