Tell me one complex query in oracle ?
Answers were Sorted based on User's Feedback
Answer / prateek
select distinct sal from emp e1 where 3 = (select count(distinct sal) from emp e2 where e1.sal <= e2.sal);
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mahaboob basha
select users.user_id, users.email, max(classified_ads.posted)
from users, classified_ads
where users.user_id = classified_ads.user_id
group by users.user_id, users.email
order by upper(users.email);
| Is This Answer Correct ? | 0 Yes | 4 No |
Sequence generator, when you move from develoment to production how will you reset
Any one can tell me how to explain puss-down optimization ? explain me with example plz?
Can you copy the batches?
What are the databases that informatica can connect to windows?
In Flat file Input is A B C I need output like this A A A B B B C C C. How will u achieve this?
how to send unique records to one target and duplicate records to another target by using dynamic lookup cache????? please explain me briefly///(when we use this we look up on which target unique target ya duplicate target)
what is parallel querying and what r hints.
What happen if you have 3 ports in SQ and 4 ports in SQL override of SQ( provided all ports are in same order and they are connected with proper source and target)? Also what happens when I have 4 ports and will extract 3 values in SQloverride.. What will be the value in 4th port ?
Could you explain what is enterprise data warehouse?
how can i invoke pmcmd in command line prompt
How does a sorter cache works?
How can you generate reports in informatica?