how to find the second highest salary from emp table?
Answer Posted / bhoopendra vishwakarma
select salary max(salary) from emp limit1 offset1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is procedure function?
What are the two types of exceptions in pl/sql?
How many types of keys are there in sql?
Define the select into statement.
Why stored procedure is faster than query?
What are three advantages to using sql?
explain commit and rollback in mysql : sql dba
How does one load ebcdic data? : aql loader
How do you rank data in sql?
What are the various levels of constraints?
how to install mysql? : Sql dba
What is oracle pl sql developer?
Do ddl statements need commit?
Why commit is not used in triggers?
Is sql low level language?