Monday, April 11, 2011

Which is not true about the Sub Query in SQL Server?




Select Answer:

A subquery is a select query which is nested within another T-SQL statement
A subquery will always return a single result
A subquery can be used with GROUP BY, HAVING
A subquery can be used as a parameter to a function call