What is true regarding sub queries?
A.
The inner query returns a value to the outer query
B.
The inner query must always return a value or the outer query will give an error
C.
The outer query must return a value to the outer query
D.
The outer query always sorts the results of the inner query
E.
The inner query always sorts the results of the outer query
Explanation: