find out the third highest salary?
Answer Posted / punit chauhan
select * from emp_record e1 where (3-1) = (select count ( distinct (e2.salary)) from emp_record e2 where e2.salary > e1.salary
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
Explain the use of rows option in exp command.
What is the difference between substr & instr functions?
What is program global area (pga) in oracle?
What is a user account in oracle?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
How to lock and unlock a user account in oracle?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
What is a data dictionary and how can it be created?
How to list all user accounts in oracle?
Explain implicit cursor.
What is oracle open database communication (odbc)?
What is the relation of a user account and a schema in oracle?
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?