how to find the second highest salary from emp table?
Answer Posted / dinesh
select * from emp order by sal desc limit 1,1
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what are the type of locks ? : Sql dba
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
How to write a query to show the details of a student from students table whose
Why functions are used in sql?
What are types of joins?
Can I join the same table twice?
Can we use two order by clause in query?
How does a self join work?
What is procedure in pl sql?
How to assign sql query results to pl sql variables?
how to return query output in html format? : Sql dba
how to see the create table statement of an existing table? : Sql dba
How does index help in query performance?
What is the difference between stored procedure and view?
What is pivot query?