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
What kind of join is join?
what is self-join? : Sql dba
What is identity column in sql server?
What is sql and how does it work?
What is write ahead logging in sql server?
Mention what does the hierarchical profiler does?
What is embedded sql what are its advantages?
What are tuples in sql?
How can we make an if statement within a select statement?
What is indexes?
Can a composite key be null?
What is trigger in flip flop?
What is date functions?
What is the difference between having clause and where clause?
How to run sql*plus commands in sql developer?