Answer Posted / brajesh kumar
SELECT DISTINCT (a.sal) FROM EMP A WHERE &N = (SELECT COUNT
(DISTINCT (b.sal)) FROM EMP B WHERE a.sal<=b.sal);
| Is This Answer Correct ? | 15 Yes | 8 No |
Post New Answer View All Answers
What happens to the data files if a tablespace is dropped?
what are steps for interface? where is exchange rate defined in which table?
what is the difference between substr and instr function in oracle?
How to delete a column in an existing table in oracle?
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
What is coalesce function?
What is data type in oracle?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
What is SQL Tuning Advisor in Oracle?
How do I recompile a procedure in oracle?
Explain a synonym?
How to start your 10g xe server?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
Please explain oracle left join with an example?
What is an oracle and why it is used?