find out the second highest salary?
Answer Posted / shalini
SELECT ID,NAME,SAL,ROWNUM
FROM EMP
ORDER BY ID DESC
WHERE ROWNUM=2
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to specify default values in insert statement using oracle?
nw i'm doing MBA system and planning to do oracle,database management.tell me that whether it is useful r not?.refer any course for my carrier pls
How to change program global area (pga) in oracle?
When system tablespace is created?
List the types of joins used in writing subqueries?
What happens in oracle commit?
What are the components of logical database structure in oracle database?
what happened to the global index when I truncate the data in one of the partition?
What are the logical operations?
ur a sql devoloper...what is the process in ur company for finding the database BUGS .. seperate DB testers are there? or devr.s are manage? if DB TESTERS in there what is the process
What is the difference between Delete, Truncate and Drop in Oracle?
How to select some columns from a table in oracle?
What are the types of trigger in oracle?
Explain a data segment?
How to generate query output in html format?