how to check the 3rd max salary from an employee table?
Answer Posted / neeraj79
SELECT DISTINCT salary
FROM employee
ORDER BY salary DESC
LIMIT(2,1)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what are all the common sql function? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
what is sql server agent? : Sql dba
what is dbms? : Sql dba
how to escape special characters in sql statements? : Sql dba
Can we rollback truncate?
What is the current version of postgresql?
Can delete statement be rollbacked?
What is the best sql course?
Is inner join faster than left join?
what is bcp? When does it used? : Sql dba
Does group by remove duplicates?
What is your daily office routine?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
how to start mysql server? : Sql dba