Find out the 3rd highest salary?
Answer Posted / sachin
select distinct(sal) from employee order by sal desc limit 2,1;
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is column? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
What is the purpose of using pl/sql?
how to get help information from the server? : Sql dba
How many rows can sqlite handle?
How do you delete duplicates in sql query using rowid?
Which is better trigger or stored procedure?
What is trigger in pl sql?
What is procedure function?
What kind of join is join?
How do you write a subquery?
what is a composite primary key ? : Sql dba
What are the three pl sql block types?
What is microsoft t sql?
What are all the different normalizations?