Answer Posted / karthik
select distinct sal from emp a where 2 = (select count
(distinct sal) from emp b where a.sal <= b.sal)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the use of consistent option in exp command.
Describe the types of sub query?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
How do I uninstall oracle client from windows?
How to define an anonymous procedure without variables?
What is a schema in oracle?
What is catalog in Oracle?
Explain oracle insert into command?
What is the disadvantage of User defind function?
How to get execution statistics reports on query statements?
What is rowid and rownum in oracle?
How to view existing locks on the database?
What is the sid in oracle?
State and explain the different types of data models?
How to define an anonymous block?