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 are stored procedures in mysql?
What is the command used to fetch first 5 characters of the string?
Why are sql stored procedures used?
Is sql low level language?
What company owns postgresql?
How to place comments in pl/sql?
Why having clause is used in sql?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
Does sql view stored data?
How are functions and procedures called in PL/SQL?
how is myisam table stored? : Sql dba
What is type and rowtype in pl sql?
What is sql mysql pl sql oracle?
How do you concatenate in sql?