If sal is null then replace it with min(sal). Can any one
write a query for this in oracle ?
Advance Thanks
Answer Posted / abc
update emp_test set comm=(select min(sal) from emp_test)
where comm is null;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I am not able to connect to the domain with the client although all services and databases are up and there is no network issue?
How to differentiate between the active and passive transformations?
How can you generate reports in informatica?
What is intricate mapping?
Design a mapping to load a target table with the following values from the above source?
While importing the relational source definition from the database, what are the metadata of source that will be imported?
What are the basic requirements to join two sources in a source qualifier transformation using default join?
What are active and passive transformations?
What are the various types of transformation?
How to load last n records of file into target table - informatica
During the running session, output files are created by informatica server. Enlist few of them.
How do you update the records with or without using update strategy?
What are the new features of informatica 9.x in developer level?
Parameter and variable differences
To import the flat file definition into the designer where should the flat file be placed?