Google News
logo
SQL Server - Interview Questions
What is a SQL Server subquery?
A subquery is a query that is embedded within another statement that requires multiple steps. The subquery provides the enclosing query with additional information needed to execute a task, such as when the completion of one query depends firstly on the results of another.
Advertisement