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 the difference between cluster and non cluster index? : Sql dba
Which command is used to delete a trigger?
Which is better join or inner query?
What is crud diagram?
What is the location of pre_defined_functions.
Show the cursor attributes of pl/sql.
Explain what is sql*plus?
what happens if null values are involved in expressions? : Sql dba
What does the acronym acid stand for in database management?
What are the query optimization techniques?
What is a relationship and what are they?
Is oracle and sql same?
What is sql analyzer?
What is left inner join in sql?
Can you sum a count in sql?