how to find the second highest salary from emp table?
Answer Posted / nirjesh pandey
select salary from employee order by salary DESC LIMIT(1,1);
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is and as keyword in pl sql?
How do I start sql from command line?
Does sql use python?
What is use of term?
How do I copy a table in sql?
what is acid property in database? : Sql dba
What is an alias command?
how to drop an existing table in mysql? : Sql dba
Is sql procedural language?
What is rownum?
What is the most common sql injection tool?
Are stored procedures faster than dynamic sql?
what is collation? : Sql dba
Explain the components of sql?
what are the types of join and explain each? : Sql dba