Tell me one complex query in oracle ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Scheduling properties,whats the default (sequential)

1470


How can a transformation be made reusable?

667


in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records

1741


hi,this is satheesh working as pl/sql resource in MNC.i just wanna switch to informatica.Could you please let me know what is the best way to learn informatica.what are the best coaching centres available in chennai?Is there any coaching centre will give me a real time experience? informatica

1652


How would you copy the content of one repository to another repository?

563






Suppose we have two source qualifier transformations sq1 and sq2 connected to target tables tgt1 and tgt2 respectively. How do you ensure tgt2 is loaded after tgt1?

786


What is an unconnected transformation?

669


What is an active transformation?

648


What are the prerequisite tasks to achieve the session partition?

716


what is the size of your data warehousing?

1677


I have a flat file, want to reverse the contents of the flat file

700


Hi all, Can you please send me the Dimensions and fact tables which are used in mutual fund project. and please send me the brief summary about the project. Please do the needful.

1860


Quickly characterize reusable change?

695


What is the commit type if you have a transaction control transformation in the mapping?

656


How do you set a varible in incremental aggregation

1453