a query to select maxmun 3 salaries of employee table
Answer Posted / krishna kumar r
SELECT E1.ENAME,E1.SAL FROM EMP E1 WHERE 3>(SELECT COUNT(*)
FROM EMP E2 WHERE E2.SAL>E1.SAL ) ORDER BY SAL DESC
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the use of owner option in exp command.
What is the sql query to concatenate column values from multiple rows in oracle?
What is backup in Oracle?
How do I spool in oracle?
Explain the use of file option in exp command.
What is an oracle user account?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
What is the database name in oracle?
Difference between varchar and varchar2 data types?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
I am using an Oracle 8i Database my data contains Clob data. I am using toad version 7.6 i am able to get the data in toad but unable to extract the data in excel.when trying to extract the data into the excel the toad error says out of memory. Can any body please help me to extract the data through the same toad version. Thanks in advance
What is a proxy class?
How to synchronize 2 schema's objects?
How do I manually uninstall oracle client?
What is difference between truncate and delete?