There is a table with emp salary column how to get the fields belongs to the salary greater than the average salary of particular department.
Write a query

Answer Posted / sameer

Select * from emplyees
Where sal>(select avg ( sal) from emplyees )
No need to write complex queries

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different lookup cache(s)?

622


Differentiate between router and filter transformation?

617


What is flashback table ? Advance thanks

1484


What is the difference between router and filter?

651


How to convert multiple rows to single row (multiple columns) in informatica

901






What is primary and backup node?

706


What is the format of informatica objects in a repository?

603


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.

779


Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks

1419


How can we use mapping variables in informatica? Where do we use them?

621


What is domain in terms of informatica?

567


Please let me know how to make Data masking in informatica..

1272


What are connected or unconnected transformations?

630


Clarify the aggregator change?

600


Difference between Target-based loading and constraint-based loading?

558