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


Please Help Members By Posting Answers For Below Questions

Can anyone tell me the new features in Informatica 9 Version?

1771


To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?

887


What is the difference between a repository server and a powerhouse?

1156


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

1828


To import the flat file definition into the designer where should the flat file be placed?

839


what is the hint? how to use it to reduce the query processing in program?

7101


Explain Dataware house architecture .how data flow from intial to end?

2335


According to his methodology what all you need before you build a datawarehouse

1417


Have you worked with/created Parameter file

1405


Is stop and abort are same in informatica?

758


What are the types of schemas we have in data warehouse and what are the difference between them?

724


How to load last n records of file into target table - informatica

845


What is fact table? Explain the different kinds of facts.

791


how many types of dimensions are available in informatica?

748


Which is the t/r that builts only single cache memory?

940