how to find the second highest salary from emp table?
Answer Posted / subahar
SELECT MAX(average) AS Expr1
FROM sp
WHERE (average NOT IN
(SELECT MAX(average) AS Expr1
FROM sp AS sp_1))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a recursive join sql?
what are the nonstandard string types? : Sql dba
Which kind of parameters cannot have a default value in pl sql?
How do you declare a user-defined exception?
What is difference between my sql and sql?
What is the example of procedure?
how to calculate the difference between two dates? : Sql dba
How exception handling is done in advance pl/sql?
How do I find duplicates in sql?
Can one improve the performance of sql*loader? : aql loader
What is a trigger in sql?
What are the usages of sql?
What is sqlservr exe?
what is table? : Sql dba
How to download oracle sql developer?