how to check the 3rd max salary from an employee table?
Answer Posted / pavan ranga
select top 1 (salary),Name from customers
where salary not in (Select top 2 (Salary) from customers)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is your daily office routine?
how to use regular expression in pattern match conditions? : Sql dba
Is primary key always clustered index?
What is the best sql course?
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 escape special characters in sql statements? : Sql dba
how to start mysql server? : Sql dba
Can we use distinct and group by together?
What is the current version of sql?
How do I remove duplicates in two columns?
what is bcp? When does it used? : Sql dba
what is collation? : Sql dba
what are all the common sql function? : Sql dba
define sql insert statement ? : Sql dba
what is schema? : Sql dba