how to find the second highest salary from emp table?
Answer Posted / abhishek kundu
SELECT MAX(SALARY) FROM EMP
WHERE SALARY<(SELECT MAX(SALARY) FROM EXP);
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
tell us something about heap tables. : Sql dba
What are the types of queries in sql?
what are the authentication modes in sql server? : Sql dba
What is difference between hql and native sql?
What is the least restrictive isolation level? : Transact sql
What are stored procedures in mysql?
How do I clear the screen in sql plus?
when MSQL8.0 is in market
What has stored procedures in sql?
What is a Mapplet?
What are character functions?
explain commit and rollback in mysql : sql dba
What is assignment operator in pl sql?
Write a sql query to get the third highest salary of an employee from employee_table?
What version is sql?