Answer Posted / parul verma
select min(salary) from (select distinct salary from emp
where salary is not null order by salary desc) where rownum
<=100;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the usage of when clause in trigger?
What does trigger mean in slang?
What is pls integer?
What is sqlexception in java?
How does cross join work?
what are the differences between char and varchar? : Sql dba
what does the t-sql command ident_current does? : Transact sql
Why left join is used in sql?
Why is pl sql needed?
What is the difference between sql and mysql?
What is the command used to fetch the first 5 characters of a string?
What is the difference between view and stored procedure?
Why are aggregate functions called so?
What is serial sql?
Can we insert delete data in view?