how to calcuate the second highest salary of he employee
Answer Posted / neetika vardhan
SELECT MAX(sal)
FROM EMP WHERE sal NOT IN (SELECT MAX(sal) FROM emp)
| Is This Answer Correct ? | 42 Yes | 3 No |
Post New Answer View All Answers
what are the 'mysql' command line arguments? : Sql dba
How do I view a procedure in sql?
Differentiate pl/sql and sql?
What is pl sql script?
Can you selectively load only those records that you need? : aql loader
What is difference between pl and sql?
how to present a past time in hours, minutes and seconds? : Sql dba
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
What are %type and %rowtype for?
What are the advantages of sql? Explain
What is blind sql injection?
What is aggregate function in sql?
Write a unique difference between a function and a stored procedure.
How do I save the results of sql query in a file?
What is sql in oracle?