how to find the second highest salary from emp table?
Answer Posted / shiva
select salary from table_name where salary <(select salary
from table_name);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use function in pl sql?
what are the differences between binary and varbinary? : Sql dba
When is the explicit cursor used ?
What does count (*) do in sql?
What is column?
How do I install microsoft sql?
does sql support programming? : Sql dba
What is exit statement?
Explain the steps needed to create the scheduled job?
Is grant a ddl statement?
How to select all records from the table?
What is the use of double ampersand (&&) in sql queries? Give an example
What are different functions in sql?
What is pragma in sql?
What is procedure and function in sql?