Answer Posted / anandh
select * from emp where sal = (select max(sal) from emp where sal<>(select max(sal) from emp));
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is system tablespace?
1) Does oracle have any table which contain all the exceptions and it's code internally?
Explain the difference between sql and oracle?
How to define an external table with a text file?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
How to create a new view in oracle?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
How to pass a parameter to a cursor in oracle?
What privilege is needed for a user to create tables in oracle?
How to connect to oracle using service name instead of sid?
Can we call procedure inside function in oracle?
What are the ways tablespaces can be managed and how do they differ?
How to assign a tablespace to a users in oracle?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
what is a Nested Loop join?