how to find the second highest salary from emp table?
Answer Posted / kameshwar shukla(a.i.e.t l.k.o
select max(sal) from emp where sal < (select max(sal) from
emp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I use google cloud in sql?
What is offset and limit in sql?
What is java sql package?
How to run sql*plus commands in sql developer?
What are the different set operators available in sql?
How can one get sql*loader to commit only at the end of the load file? : aql loader
What does t sql mean?
Why do we use triggers?
What are all the different normalizations?
How can I make sql query run faster?
How do I run a query in pl sql developer?
what is the difference between inner and outer join? Explain with example. : Sql dba
What are some emotional triggers?
What is a system versioned table?
What is rank () in sql?