If sal is null then replace it with min(sal). Can any one
write a query for this in oracle ?
Advance Thanks
Answer Posted / priyank
select (case when sal is null then (select min(sal) from
emp) end) from emp
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How is union transformation utilized?
What is primary and backup node?
What are the different transaction levels available in transaction control transformation?
What is informatica etl tool?
What is transformation?
What is xml source qualifier transformation in informatica?
Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?
write a query to retrieve the latest records from the table sorted by version(scd)
explain one complex mapping with logic? sales project?
How to go to the older version for a mapping?
COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1
Which development components of informatica have the highest usage?
What is a surrogate key?
Explain the mapping variable usage example in informatica
Explain sessions. Explain how batches are used to combine executions?