How to select the name of employee who is getting maximum
sal with out using subquery
Answer Posted / neha
select a.ename from (select ename from emp ORDER BY SAL
desc,ROWNUM DESC)a
where rownum=1;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Compare and contrast between sql and sql server and explain its various functions?
What is a system tablespace and when it is created?
How to handle a single quote in oracle sql?
How to test null values?
How can windows applications connect to oracle servers?
11. Display the client number and name and the client number and name of the person who referred that client.
Explain what are synonyms used for?
Difference between pre-select and pre-query
How to use group functions in the select clause using oracle?
Does oracle charge for java?
What is the difference between primary key and unique key and foreign key in oracle?
What is set verify off in oracle?
interview questions with answer for cts
What is Undo Management Advisor in Oracle?
Is oracle an open source?