write a query to get maximum salary from the employers table
without duplicates....kindly help me
Answer Posted / asdfg
select (distinct max(sal)) from emp
group by sal.
When ever you use goupfunctions in select statement grup by
clause is must.....other wise it will throw an error
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
How to handle decimal places while importing a flatfile into informatica?
Explain where to store informatica rejected data? How to extract the informatica rejected data?
Where can we find the throughput option in informatica?
CANNOT USE PARAMETER FILE! Hi all, I am trying to use parameter file for my workflow. This could help me to filter records where CITY = 'Portland' Following is what I have done: **in Designer - create new parameter : $$PARA_FIL, Parameter, String, IsExprVar=TRUE, Initial value = [empty] - Source Qualifier/ Properties/Source Filter: CUSTOMERS.CITY='$$PARA_FIL' **Create Parameter file: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt $$PARA_FIL='Portland' **Configure workflow to use the parameter file: Edit Workflow/Properties/Parameter Filename: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt I also configured directory of parameter file for session task. However, I just got this in the session log: [SQ_CUSTOMERS] SQL Query [SELECT CUSTOMERS.CUSTOMER_ID FROM CUSTOMERS WHERE CUSTOMERS.CITY='$$PARA_FIL'] No record has been loaded to target. It seems that the parameter file has not been read. I cannot understand the reason why. Could any of you kindly suggest me anything? Thanks
draw informatica architecture 8.6 ?
How to generate sequence numbers using expression transformation?
What is the procedure for creating independent data marts from informatica 7.1?
what are the Methods For Creating Reusable Transformations?
What is the difference between STOP and ABORT options in Workflow Monitor?
I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.
While migrating the data from one environment to another environment how would you manage the connections?
How do you promote a non-reusable transformation to reusable transformation?
Define the various join types of joiner transformation?
What is a filter transformation and why it is an active one?
Global and Local shortcuts. Advantages.