write a query to get maximum salary from the employers table
without duplicates....kindly help me
Answers were Sorted based on User's Feedback
MAX(SAL) will not give duplicate records in a single group
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / deva
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 ? | 8 Yes | 13 No |
Can you start a batches with in a batch?
hi talents, how do u get sequece numbers with oracle sequence generator function in informatica.... i dont need to use sequence generator transformation..... how do u achieve this???
How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix.
if the session fails after 100 records agian we have to starts the session or we go for recovery session
What is the role of informatica in project ?Like i showed financial projects?
What is deployemnt groups, Lables, query and dynamic deployment group.
What is standalone command task?
What is a snowflake schema?
what is index?how it can work in informatica
I have a scenario which load the data frm single source to 2 targets as T1, T2, and T1 have a P.K and T2 have F.K relations. first data has to load in T2, and then data load to T1 if that record exist in T1... how can we acheive it?
what is the dashbords?
what is the difference between Informatica 7.1 and Abinitio?