Write a query to get 2nd maximum salary in an employee table ?
Answer Posted / varun
select sal from emp where rownum=2 order by sal desc;
| Is This Answer Correct ? | 6 Yes | 19 No |
Post New Answer View All Answers
What are the different types of functions in sql?
What is a file delimiter?
describe transaction-safe table types in mysql : sql dba
What is data control language?
Can you have more than one key in a database?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
how to include comments in sql statements? : Sql dba
what is 'mysqlcheck'? : Sql dba
Is mariadb nosql?
What is the largest value that can be stored in a byte data field?
What is the use of double ampersand (&&) in sql queries? Give an example
Can a select statement fire a trigger?
What is a sql statement?
What is rowtype?
Explain what is a database?