Answer Posted / brajesh kumar
SELECT DISTINCT (a.sal) FROM EMP A WHERE &N = (SELECT COUNT
(DISTINCT (b.sal)) FROM EMP B WHERE a.sal<=b.sal);
| Is This Answer Correct ? | 15 Yes | 8 No |
Post New Answer View All Answers
How to convert a string to a date in oracle database?
IS it possible to built the oracle database without setting the kernal parameters?
How remove data files before opening a database?
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
What happens if variable names collide with table/column names?
Differentiate between pre-select and pre-query?
How do I connect to oracle database?
List out the difference between commit, rollback, and savepoint?
State the various uses of dbcc command?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?
What is key preserved table?
Point the difference between translate and replace?
What is raw datatype in oracle?
How do we represent comments in oracle?
How view is different from a table?