how to find the second highest salary in a given table????
Answer Posted / ajit nayak
SELECT MAX( Sal ), LEVEL
FROM Emp
WHERE LEVEl = &Givelevelno
CONNECT BY PRIOR Sal > Sal
GROUP BY LEVEL;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
What privilege is needed for a user to create tables in oracle?
What are the different types of trigger and explain its various uses and functions?
How to create tables for odbc connection testing?
What is define in oracle?
Explain what are the uses of rollback segment?
What is the best way to do multi-row insert in oracle?
How to run queries on external tables?
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)
What is a trigger and what are its types in oracle?
Explain oracle insert into command?
How can we find out the current date and time in oracle?
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
IS it possible to built the oracle database without setting the kernal parameters?