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

Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?

0 Answers  


Explain the use of parfile option in exp command.

0 Answers  


What do you mean by a database transaction & what all tcl statements are available in oracle?

0 Answers  


How to convert raw data type into text in oracle? Explain

0 Answers  


Why required to run root.sh at the time of installation and what exactly it will do

1 Answers  






can we insert any row to dual table if i got the permission from DBA

5 Answers   HCL, Tesco,


waht is referencial integrity?

2 Answers   Semantic Space,


How to convert times to characters in oracle?

0 Answers  


What are the different types of modules in oracle forms?

0 Answers  


How to load data from external tables to regular tables?

0 Answers  


I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database

0 Answers   EDC,


what is the difference between simple view and complex view?

13 Answers  


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