how to find the second highest salary from emp table?
Answer Posted / rajiv singh
select max(department_id) from departments where
department_id <(select max(department_id) from departments);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to use myisamchk to check or repair myisam tables? : Sql dba
Explain the rollback statement?
What is the function that is used to transfer a pl/sql table log to a database table?
Does truncate table reset auto increment?
What is pragma in sql?
What is record in pl sql?
What is pl sql record in oracle?
What is java sql drivermanager?
How many triggers can be applied to a table?
What is insert command in sql?
What is count * in sql?
Can we rollback delete command?
What is the advantage of nosql?
how would concatenate strings in mysql? : Sql dba
What are the operators in sql?