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
How you can change a cross join into an inner join?
Do you know what are the ways available in sql server to execute sql statements?
What to perform pattern match with the like operator?
How to create a store procedure with encryption?
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?
Explain about merge replications?
What protocol does sql server use?
Define left outer join?
What is hierarchy, what are its types and difference between them? : sql server analysis services, ssas
Does the unique constraint create an index?
What is a document index?
Can we write trigger for view?
Stored Procedure returns data from multiple tables. How to access it in your ASP.Net code?
When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?
How to configure and test odbc dsn settings?