Answer Posted / srinivas
select * from emp m where(select count(distinct sal)+1 from emp s where s.sal>m.sal)=2
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What schema means?
What is sql catalog?
How to add a column ‘salary’ to a table employee_details?
How do you drop a trigger?
What is a join query?
How many triggers can be applied on a table?
What is a common use of group by in sql?
what are date and time intervals? : Sql dba
How do I make my sql query run faster?
What is the difference between nested table and varray?
What is a scalar value in sql?
How many indexes can be created on a table in sql?
Is it possible to link two groups inside a cross products after the cross products group has been created?
What is data definition language?
Is id a reserved word in sql?