If sal is null then replace it with min(sal). Can any one
write a query for this in oracle ?
Advance Thanks
Answer Posted / eval
update emp_test set comm=(select min(sal) from emp_test)
where comm is null;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Some flat files are there, out of these having some duplicate. How do you eliminate duplicate files while loading into targets?
Why update strategy and union transformations are active? Explain with examples.
What all join we can perform in LOOKUP transformation?
Which means the first record should come as last record and last record should come as first record and load into the target file?
What is a filter transformation and why it is an active one?
Explain scd type 3 through mapping.
Please let me know how to make Data masking in informatica..
update strategy transformation in informatica
What is Cognos script editor?
How to create a non-reusable instance of reusable transformations?
What are junk dimensions?
If informatica has its scheduler why using third party scheduler?
How do you promote a non-reusable transformation to reusable transformation?
Define joiner transformation?
COM components can be used in Informatica