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 left outer join?
What is left outer join in sql server joins?
What is temporal data type?
What are security principals used in sql server 2005?
What is executereader?
What is row-level compre?
What are the difference between primary key and unique key? : sql server database administration
Explain about link server in sql server?
Insert syudents details in table.Current system date &time insert into joining time.How do insert?( in sysdate only return current system date how do add time?)
What is @@rowcount in sql?
What is difference between foreign key and unique key?
What is the osql utility?
explain different types of joins? : Sql server database administration
Can an entity have two primary keys?
What is the difference between migration and upgradation in sql server?