how to get second highest salary in SQL(as/4000
Answer Posted / dharmendra
select max(salary) from table
where salary < (select max(salary) from table);
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is parallel hint?
What is oracle sql called?
What is restrict in sql?
How can you load multi line records? : aql loader
What are all ddl commands?
How do I delete a trigger?
What is varchar sql?
What does the sign mean in sql?
What are the indexing methods?
What types of commands can be executed in sql*plus?
How can you select unique records from a table?
What is the difference between cross join and natural join?
what is 'mysqld'? : Sql dba
What is the life of an sql statement?
Why do we use triggers?