how to find the second highest salary from emp table?
Answer Posted / ved
select sal from emp
where limit,1
order by sal desc
| Is This Answer Correct ? | 12 Yes | 20 No |
Post New Answer View All Answers
What are some predefined exceptions in pl/sql?
What is nosql db?
How we can update the view?
What is difference sql and mysql?
how to create a new table by selecting rows from another table in mysql? : Sql dba
What is Difference Between Unique and Primary Key Constraints?
how to escape special characters in sql statements? : Sql dba
What is group by in sql?
How to add a column ‘salary’ to a table employee_details?
How do I find duplicates in sql?
What are the indexing methods?
what is dbms? : Sql dba
What is use of trigger?
what is single byte over head in oracle..?
what is 'mysqlcheck'? : Sql dba