find out the second highest salary?
Answer Posted / souri sengupta
select max(salary) from employee where salary not in (select max(salary) from employee);
This worked :)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What types of joins are used in writing subqueries?
IS it possible to built the oracle database without setting the kernal parameters?
How to convert numbers to characters in oracle?
HI Friends Myself Manoj,i am from bengaluru.i have 1 yr of exp in PLSQL but not upto the mark..now attending interviews but m not able to clear even 1 round..i have attended 3 interviews till today.purpose of writing this query is,i want to know the intreview topics that interviewer going to ask frequently,mainly SCENARIO based questions.IF anybody have any PLSQL projects please give it to me,it will helps me alot.Thanks for your patience.
Explain compound trigger in oracle?
20. Using a set operator, display the client number of all clients who have never placed an order.
Explain the difference between a procedure and a function? What do you understand by those terms?
Explain user account with reference to oracle.
What happens to the current transaction if the session is killed?
How many categories of data types in oracle?
List out the types of joins.
How to invoke the original export import utilities?
What is a server parameter file in oracle?
What are the execution control statements in oracle?
why dont we assign not null constraint as table level constraint.