Display those managers salary greater than the average
salary of his employees?(Based on oracle standard Emp table)
Answer Posted / murali
select m.ename from emp e,emp m where e.mgr=m.empno and
e.sal<m.sal
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How to get last row id?
Please explain oracle left join with an example?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
How to define a record variable to store a table row?
What is Trigger in Oracle?
How to install oracle odbc drivers?
What is an oracle and why it is used?
what happened to the global index when I truncate the data in one of the partition?
How to add a new column to an existing table with a default value?
How can I introduce multiple conditions in like operator?
What is the Tune Query
How to filter out duplications in the returning rows using oracle?
What is the difference between a user and a schema in oracle?
Give the various rollback segment states.
what is the scenario where you take the database to NoArchivelog mode?