If sal is null then replace it with min(sal). Can any one
write a query for this in oracle ?
Advance Thanks
Answer Posted / madhu
here is the query
update emp set sal =(select min(sal) from emp) where sal is null
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How to extract sap data using informatica?
What's the layout of parameter file (what does a parameter file contain?)?
What is DR strategy for Informatica project?
How many numbers of sessions can one group in batches?
How will the document be delivered to me?
What is the function of union transformation?
How you know when to use a static cache and dynamic cache in lookup transformation?
How to load data in informatica ?
What are active transformations.
pmscmd startworkflow -sv
How can you define user defied event?
Explain the informatica workflow?
What are the main issues while working with flat files as source and as targets ?
Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps
Briefly describe lookup transformation?