a query to select maxmun 3 salaries of employee table
Answers were Sorted based on User's Feedback
Answer / neo devan
select max(sal) from emp having max(sal)!=(select max(sal)
from emp where max(sal)!=(select max(sal) from emp));
| Is This Answer Correct ? | 0 Yes | 4 No |
How to write date and time interval literals in oracle?
What are the different types of partitions in oracle?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
What are transaction isolation levels supported by oracle?
Can we create index on views?
19 Answers CTS, Syntel, TCS,
how to select alphabets in a one column , for this the table name is PA_TASKS and column name is TASK_NUMBER, In TASK_NUMBER the data like this 1.1.3NN,1.1.4NN,1.5.1NN,1.3.2NE,1.5NN,1NN,1.2NE,1CE , For this i need to disply output as only NN,but not other alphabets, if NN is thre means i should display , otherwise leave that blank or empty Its some urgent requirement ,thanks in advance
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
Hi friends can u send the oracle 9i full version download link?????????????? please reply ?
What is tns entry?
Can a View based on another View ?
What are cursor?where are they used?
T1: T2 A X--- this is updated record B B like this T1 table having no.of records updated. write a query"retrive updated record from T2"