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 |
Is scd logic we have lookup right to compare the values with source and target,instead of lookup can u have any transformation or any way to do this?
In any project how many mappings they will use(minimum)?
Hi I have two sources like A, B. My source A contain 10000 million records from that i need 20 attributes. My source B has also same 10000 million records from that i need only 1 attribute. By using Joiner i have to load into target? Is there any issue regarding this? if issue is there how to tune this mapping in best way?
scenario where i can use only concurrent execution of workflow.
expain about the tune parameters?
Why you use repository connectivity?
What is mapping debugger?
Enterprise data warehouse your projects phase by phase explain?
explain different types of modeling.
What will happen when Mapping variable and Mapping parameter is not defined or given? Where do you use mapping variable and mapping parameter?
why sequence generator should not directly connected to joiner transformation ?
What is the function of aggregator transformation?