Answer Posted / mk
select *from emp where sal=(select distinct(max(sal)) from
emp where sal <select max(sal) from emp )
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why does Oracle not permit the use of PCTUSED with indexes?
defination of bitmap index
What are a cluster and non-cluster index?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
How to resolve the ORA-39133 error in Oracle?
How to create a table index in oracle?
What do you mean by group by clause?
How a database is related to tablespaces?
How to check database size in Oracle?
What happens to indexes if you drop a table?
How to view all columns in an existing table?
What is index-organized table in Oracle?
How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.
Difference between oracle's plus (+) notation and ansi join notation?
Give the various rollback segment states.