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

how to retrive xml data for using sql query?

3 Answers   IBM, TCS,


How to use subqueries with the exists operator in oracle?

0 Answers  


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

0 Answers  


What is a read write transaction in oracle?

0 Answers  


what is Materialized view? What is a snapshot? what are the similarities and differences between Materialized views and snapshots?

2 Answers  






Explain an extent?

0 Answers  


Youre getting high busy buffer waits - how can you find whats causing it?

1 Answers  


What is the string concatenation operator in oracle?

0 Answers  


What is materialized view in Oracle?

0 Answers   MCN Solutions,


What is self-referential integrity constraint ?

2 Answers   SunGard,


Two triggers one is before insert and other is after insert are firing on a table.If 10 times you insert in a table.Then how many times before trigger and how many types after trigger will fire in pl/sql.

1 Answers  


How to omit columns with default values in insert statement in oracle?

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