how to find the second highest salary from emp table?
Answer Posted / ramcharan tej
select max(emp-sal) from emp
where emp-sal <(select max(emp-sal) from emp).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What kind of join is join?
When you have to use a default "rollback to" savepoint of plvlog?
How does cross join work?
How do I view tables in mysql?
what is user defined functions? : Sql dba
What is cartesian join in sql?
how to fetch common records from two tables? : Sql dba
can a stored procedure call itself or recursive stored procedure? : Sql dba
What is the use of sqlerrd 3?
How to run sql functions in pl/sql?
how to drop an existing view in mysql? : Sql dba
what is single byte over head in oracle..?
What are analytic functions in sql?
How do you update a table in sql?
What is function and procedure in pl sql?