wirte the syntax of update query?

Answers were Sorted based on User's Feedback



wirte the syntax of update query?..

Answer / nageswararao.k

update <table_name> set
(<colname> <condition>)[where<condition>];

Is This Answer Correct ?    6 Yes 0 No

wirte the syntax of update query?..

Answer / irshad ahmad

SQL> UPDATE table_name SET column1=value,
column2=value2,...
[WHERE condition];
for Example:-
Sql> UPDATE customers SET address = ‘250 Azad Road’ WHERE
customerid = 4;

Is This Answer Correct ?    6 Yes 0 No

wirte the syntax of update query?..

Answer / sudhakar

update <table-name> set column-name<condition> where <condition>
ex:
update dept set desg='manager' where deptid=111;

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Oracle General Interview Questions

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

0 Answers  


Where do you use decode and case statements?

0 Answers  


Explain oracle insert into command?

0 Answers  


How to get a list of all background sessions in the database?

0 Answers  


Will you be able to store pictures in the database?explain.

0 Answers  






What is index-organized table in Oracle?

0 Answers   MCN Solutions,


Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?

0 Answers  


What are the execution control statements?

0 Answers  


4. Display the order number and client number from the ORDER table. Output the result in the format. Client <clientno> ordered <orderno>

1 Answers   Wipro,


Typically, where is the conventional directory structure chosen for Oracle binaries to reside?

0 Answers  


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

2 Answers  


How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.

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