how to find the second highest salary from emp table?
Answer Posted / mohan rathour
select max(e1.salary) from Emp_table e1 where e1.salary not
in (select max(e2.salary) from Emp_table e2 )
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pessimistic concurrency control? : Transact sql
What is indexes?
Is time a data type in sql?
Does sql support programming?
List the different type of joins?
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
How would you convert date into julian date format?
what is a trigger? : Sql dba
Does truncate release storage space?
what is single byte over head in oracle..?
What are the string functions in sql?
What is a string data type in sql?
What is the use of sqlerrd 3?
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
Why is pl sql used?