how to find the second highest salary from emp table?
Answer Posted / nirjesh pandey
select salary from employee order by salary DESC LIMIT(1,1)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the subsets of sql?
How can a function retun more than one value in oracle with proper example?
What is the difference between local variables and global variables?
What is database sql?
Can we create view in stored procedure?
What is normalization in a database?
How many triggers can be applied to a table?
How do I save the results of sql query in a file?
Why do we create stored procedures & functions in pl/sql and how are they different?
How do I run a pl sql procedure in sql developer?
how to include comments in sql statements? : Sql dba
Can sql developer connect to db2?
what is the different between now() and current_date()? : Sql dba
What is using in sql?
What is sql rowcount?