how to find the second highest salary from emp table?
Answer Posted / velmurugan p
Select min(sal) from table_name where sal in(Select top 2 sal from table_name)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is a table valued function object?
Can we perform dml in function?
How do I delete a trigger?
how to run 'mysql' commands from a batch file? : Sql dba
What is difference between sql and excel?
How do I debug a stored procedure?
How many tables can you join in sql?
How do you update sql?
How to add new employee details in an employee_details table with the following details
How can I tell if sql is running?
What is a temporal table?
How to read/write files from pl/sql?
What is parallel hint?
What is primary key and unique key?
Can we use ddl commands in pl sql?