Monday, March 15, 2010

UPDATE QUERY WITH TABLE JOINS IN ORACLE

We can write this query as an example given follows
Update(Select location loc, city city from Employee emp, Address addr where emp.empid = addr.empId and emp.location is null) SET loc = city

1 comment:

  1. Joins are very important in Oracle. You can update table with the help of the JOINS. The syntax for the JOINS easy to understand but the exact concept is bit difficult to learn. I am still not familiar with JOINS. I want you to explain it with the help of table.
    sap erp training

    ReplyDelete