Which three statements are true regarding sub queries? (Choose three.)
A.
Main query and sub query must get data from the same tables
B.
Main query and sub query can get data from different tables
C.
Sub queries can contain ORDER BY but not the GROUP BY clause
D.
Multiple columns or expressions can be compared between the main query and sub
query
E.
Sub queries can contain GROUP BY and ORDER BY clauses
F.
Only one column or expression can be compared between the main query and subqeury