SQA MANUAL
Search this site
Home
Manual Testing
SQL
General Interview Questions
Unix OS
Linux
Macintosh
Solaris
Downloads
QA Templates
RSS
>
SQL :: What are types of sub-queries?
posted
Aug 22, 2012, 11:21 PM
by Ashish Jain
Single-row subquery, where the subquery returns only one row.
Multiple-row subquery, where the subquery returns multiple rows,.and
Multiple column subquery, where the subquery returns multiple columns
Comments