how to find the second highest salary from emp table?
Answer Posted / radha sri seshu.kolla
select max(sal) from emp where level=2 connect by prior
sal>sal group by level;
| Is This Answer Correct ? | 17 Yes | 22 No |
Post New Answer View All Answers
How do I view stored procedures?
What is the least restrictive isolation level? : Transact sql
What is the sql case statement?
Is oracle sql free?
what is data manipulation language? : Sql dba
What is sql trigger example?
How do I truncate a sql log file?
How is use pl and sql?
Is sql difficult?
what is isam? : Sql dba
What is compute?
How can we optimize a sql query?
What is fmtonly in sql?
Will truncate release space?
How do I run a program in pl sql?