Scalar subqueries return a single value as they select a finite value from the database. They are restricted to returning just one value because they can only select a single item rather than a result set. Scalar subqueries are useful when you need to select a specific value to use in the parent query.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100%(2)100% found this document useful (2 votes)
180 views
Scalar Subqueries
Scalar subqueries return a single value as they select a finite value from the database. They are restricted to returning just one value because they can only select a single item rather than a result set. Scalar subqueries are useful when you need to select a specific value to use in the parent query.