find out first highest salary?
Answer Posted / vali
according to samir kumar sahoo we cant find ans i think
bcoz
if u enter rownum='x' u can not find the data
select * from emp where rownum=10
ans; no rows found
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain index?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
what is the difference between restoring and recovering?
What is the usage of merge statement?
What is a named program unit?
Can a parameter be passed to a cursor?
What is a sub query and what are the different types of subqueries?
How to use subqueries with the in operator using oracle?
How to use an explicit cursor without open statements?
How can Oracle users be audited?
How do I find the database name in oracle?
How many types of segments in Oracle?
What is a trigger oracle?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
Can you drop an index associated with a unique or primary key constraint?