A single row subquery can retrieve only one column and one row.
A single row subquery can retrieve only one row but many columns.
A multiple row subquery can retrieve multiple rows and multiple columns.
A multiple row subquery can be compared using the > operator.
A single row subquery can use the IN operator.
A multiple row subquery can use the = operator.