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 life of an sql statement?
Which join is default?
Which one is better subquery or joins?
How do I create a sql script?
How do I run a pl sql procedure in sql developer?
What is meant by temporal data?
how would concatenate strings in mysql? : Sql dba
Who developed sql?
Define implicit and explicit cursors.
What is fmtonly in sql?
Can we write dml inside a function in sql server?
What are the types of sql commands?
What is the clause we need to add in function body to return variable?
how to use case expression? : Sql dba
How to rename a table?