Find out the 3rd highest salary?
Answer Posted / anjali
select min(column_name) from table where column in(select
top n
column_name from table order by column_name desc)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How do I find duplicates in a single column in sql?
What are the triggers associated with image items?
Mention what pl/sql package consists of?
How is data stored in sql?
What is compute?
what is an index? : Sql dba
How do you create a unique index?
What is recursive stored procedure?
Cite the differences between execution of triggers and stored procedures?
Define union, minus, union all, intersect ?
How do I add a database to sql?
How to install oracle sql developer?
Does pl/sql support create command?
what is a trigger in mysql? : Sql dba
Which version of sql do I have?