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 different types of tables in sql?
What is mdb stand for?
What has stored procedures in sql?
what are the differences between binary and varbinary? : Sql dba
How do you know if a relationship is 2nf?
Write a sql query to find the names of employees that begin with ‘a’?
Is record in oracle pl sql?
How many indexes can be created on a table in sql?
Is sql the best database?
Is like operator in sql case sensitive?
Is sql sequential or random?
What is foreign key and example?
what are all the different types of indexes? : Sql dba
How much does sql certification cost?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints