how to find the second highest salary from emp table?
Answer Posted / monika
Select salary from emp order by salary desc LIMIT 1,1;
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Can a foreign key have a different name?
What are types of indexes in sql?
What is meant by user defined function?
What are all the different normalizations?
what is acid property in database? : Sql dba
What are literals in sql server?
What is a join?
Why do we create stored procedures & functions in pl/sql and how are they different?
How to select random rows from a table?
What is sql partition function?
What is a primary key called that is made up of more than one field?
what is a constraint? : Sql dba
What is a primary key sql?
what is try_catch block in procedure
What is sql injection vulnerability?