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
Which version of sql do I have?
how many groups of data types? : Sql dba
What is right join in sql?
Does sql profiler affect performance?
What is the mutating table and constraining table?
Is sqlite free?
what is an extent ? : Sql dba
Is mariadb nosql?
Can a foreign key be a duplicate?
define sql delete statement ? : Sql dba
What are sql built in functions?
Can we use two order by clause in query?
Are views faster than queries?
What is sqlite used for?
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?