Page 1 of 1

Subqueries cannot:

Posted: Thu Jul 14, 2022 8:47 am
by answerhappygod
a) Use group by or group functions
b) Retrieve data from a table different from the one in the outer query
c) Join tables
d) Appear in select, update, delete, insert statements.