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 / sri
SELECT *FROM EMP WHERE SAL>(SELECT AVG(SAL) FROM EMP WHERE
DEPTNO=10);
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What are the basic requirements to join two sources in a source qualifier transformation using default join?
What happens to map if we alter the datatypes between source and its corresponding source qualifier?
What happens when a session fails and you click on recover?
How to partition the Session?
What is the difference between source qualifier transformations source filter to filter transformation?
How you can differentiate between connected lookup and unconnected lookup?
Write the unconnected lookup syntax and how to return more than one column.
Explain the different dimensions.
Repository user profiles
Explain scd type 3 through mapping.
Which files are created during the session rums by informatics server?
What could be the possible resons of locks by user?
generate date / time dimension in informatica
Is it possible to define a single node as a Gateway node as well as worker node?
Briefly describe lookup transformation?