how to find the second highest salary from emp table?
Answer Posted / adithya
select min(sal) from (select distict sal from emp where
rownum<3 order by sal desc)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the parameter modes supported by pl/sql?
What are the types of queries in sql?
what are the type of locks ? : Sql dba
What is the use of & in pl sql?
Can we rollback delete command?
What is left join in postgresql?
what is data manipulation language? : Sql dba
how to see the create table statement of an existing table? : Sql dba
Define sql delete statement.
Can a table have no primary key?
What is pl sql code?
What is sql comments?
What is partition by in sql?
Is sql a microsoft product?
What is the basic form of sql query?