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

I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.

769


I am not able to connect to the domain with the client although all services and databases are up and there is no network issue?

596


What is the format of informatica objects in a repository? What are the databases that informatica can connect to windows?

712


Where do we use mapping variables in informatica?

612


Informatica settings are available in which file?

585






permutations of mapplet

2038


What is difference between a gateway node and worker node?

619


Name at least 5 different types of transformations used in mapping design and state the use of each.?

668


Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks

6370


Scheduling properties,whats the default (sequential)

1460


What are pre and post-session shell commands?

736


In informatics server which files are created during the session rums?

631


Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?

1616


Define pmcmd command?

618


Explain the pipeline partition with real time example?

649