how to get second highest salary in SQL(as/4000
Answer Posted / sachin
select max(sal) from employees
where salary < (select max(sal) from employees);
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
What is procedure and function in sql?
Is inner join faster than left join?
Why schema is used in sql?
Is sql a backend?
how to convert numeric values to character strings? : Sql dba
What is mutating error in pl sql?
What is pivot query?
how many groups of data types? : Sql dba
Explain the components of sql?
What is procedure explain with example?
Can we delete column in sql?
what is meant by urlencode and urldocode? : Sql dba
How do you truncate?
what is the difference between blob and text? : Sql dba
Is sql injection illegal?