Answer Posted / 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 |
Post New Answer View All Answers
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
Write a trigger example in oracle?
What is a table in oracle?
What is PL/SQL ?
What is the parameter mode that can be passed to a procedure?
Oracle
how to make an oracle object
How to use "while" statements in oracle?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
What is index-organized table in Oracle?
Explain the use of grant option in exp command.
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
How to run the anonymous block again?
How to retrieve values from data fields in record variables?
What is merge statement used for?