Answer Posted / cuong nguyen
select min(salary) from (select top 100 distinct salary from
emp order by salary desc)
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is a sql instance vs database?
What are different methods to trace the pl/sql code?
Can a primary key be a foreign key?
What is bitemporal narrowing?
Does truncate require commit?
What are some predefined exceptions in pl/sql?
What do you mean by query optimization?
What is bind reference and how can it be created?
What is the meaning of disabling a trigger?
How to start the command-line sql*plus?
What are the two types of exceptions in pl/sql?
What is file based approach?
Can we use joins in subquery?
Is sql scripting language?
Why truncate is used in sql?