how to find the second highest salary from emp table?
Answer Posted / jayshree
select max(sal) from table_name where sal not in (select
max(sal) from table_name)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the size of partition table?
What are different types of indexes?
How do I run a sql query?
What is flag in sql?
How do you create an update query?
Describe different types of general function used in sql?
What is crud diagram?
What are expressions?
how to convert numeric values to character strings? : Sql dba
How many types of triggers are there in pl sql?
Define join and name different types of joins?
How do you optimize a stored procedure in sql?
tell me about various levels of constraint. : Sql dba
How is debugging done?
What is the sql*loader? : aql loader