how to find the second highest salary from emp table?
Answer Posted / chaitanya pathak
select max(salary) from employee
where salary<(select max(salary) from employee)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Whis is not false in primary key?
What is use of package in pl sql?
Is progress software supports to ( pl/sql )?
How to use distinct and count in sql query? Explain
How do you use a while loop in pl sql?
How delete all records from table in sql?
How to check if a column is nullable before setting to nullable?
What are keys in sql?
Why do you partition data?
what is bdb (berkeleydb)? : Sql dba
What is normalization sql?
what is sql server agent? : Sql dba
Explain the components of sql?
Explain the difference between triggers and constraints?
What is difference between sql and oracle?