Write a query to get 2nd maximum salary in an employee table ?
Answer Posted / baburav zore
select max(sal) from employee where sal<(select sal from employee);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is rownum?
What are the three pl sql block types?
which types of join is used in sql widely? : Sql dba
What is db journal file?
Why are indexes and views important to an organization?
explain the difference between bool, tinyint and bit. : Sql dba
Why do we use joins?
Why do we need a foreign key?
Why we use pl sql?
What can I use instead of union in sql?
Does inner join return duplicate rows?
How do I view a sql database?
How do you update a table in sql?
What is sql injection owasp?
What is java sql connection?