how to check the 3rd max salary from an employee table?
Answer Posted / manish_patil
select sal from emp_sal where rownum = 3 order by sal desc
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
Can you selectively load only those records that you need? : aql loader
Why do we use sqlite?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
Can we enter data in a table in design view?
What is mdb stand for?
Explain the structure of pl/sql in brief.
Does normalization improve performance?
How to pronounce postgresql?
How many types of keys are there in sql?
How do you drop a trigger?
How do I quit sql?
How do you determine the current isolation level? : Transact sql
What is t-sql? : Transact sql
Can you have more than one key in a database?
Which version of sql do I have?