If sal is null then replace it with min(sal). Can any one
write a query for this in oracle ?
Advance Thanks
Answer Posted / ramesh 9866930212
select min(decode(sal,null,(select min(sal) from emp))) sal
from emp group by empno;
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are junk dimensions?
Explain the pipeline partition with real time example?
What are the differences between source qualifier and joiner transformation?
Briefly define a session task?
What are the new features of informatica 9.x developer?
What differs when we choose the sorted input for aggregator transformation?
tell me about your project functionality
How can we use batches?
What does update strategy mean, and what are the different option of it?
Explain incremental aggregation in informatica
How to generate sequence numbers without using the sequence generator transformation?
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
Describe expression transformation?
i have a data in my source as a flat files what test i have to perform the next step can any body help to me
What is primary and backup node?