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 many ways to get the current time? : Sql dba
What is an example of translating a date into julian format?
What is a native sql query?
What is interval partition?
How to install oracle sql developer?
Is foreign key mandatory?
What is a Mapplet?
what are null values? : Sql dba
Can we insert data in view?
What are the sql versions?
How can I see all tables in sql?
how to delete an existing column in a table? : Sql dba
Is mariadb nosql?
What are analytical functions in sql?
How do I view a sql trace file?