Answer Posted / vasanth
SELECT min(Salary)
FROM (SELECT TOP 3 Salary FROM dbo.tblPopulation
GROUP BY [Population (in Millions)]
ORDER BY [Population (in Millions)] DESC ) TEMP
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Define constraints and give an example of their use?
How to copy data from one table to another table?
Difference between Logical Page and Physical Page in SSRS.
Tell me what is use of except clause? How it differs from not in clause?
How many cores do I need for sql server 2016?
How to rebuild all indexes on a single table?
What is difference between count (*) and count column?
What is history table in sql server?
What are the new security features added in sql server 2012? : sql server security
What does it mean to manipulate data?
Mention what are the different types of ssrs reports?
What are the types of subscriptions in SQL Server replication?
What is normalization? Explain its different types?
Does hive support indexing?
What is federation member?