how to get second highest salary in SQL(as/4000
Answer Posted / satheeshkumar
Select max(sal) From Employee where sal not in ( Select max
(sal) From Employee)
| Is This Answer Correct ? | 24 Yes | 4 No |
Post New Answer View All Answers
What is plpgsql language?
which types of join is used in sql widely? : Sql dba
Does normalization improve performance?
What is the process of debugging?
what are the features and advantages of object-oriented programming? : Sql dba
List and explain the different types of join clauses supported in ansi-standard sql?
What are secondary keys?
Is pl sql and postgresql same?
What is an example of translating a date into julian format?
how to get @@error and @@rowcount at the same time? : Sql dba
what is 'trigger' in sql? : Sql dba
Explain cursor types?
Explain aggregate functions are available there in sql?
Is microsoft sql free?
What is left join in sql?