2008-05-24 16:18:37 UTC
Which clause is not allowed in a subquery?
a. From
b. Where
c. Group By
d. Having
e. Order By
f. Is Null
g. Is Not Null
h. Like
(Similar question)
Subqueries cannot
a. Use group by or group functions
b. Be used in multiple and/or predicates of the same outer query
c. Join tables
d. Appear in Select, Update, Delete, Insert statements
e. Retrieve from a table different than the outer query
Some of these answers are obviously wrong, but I cannot find any documentation anywhere about the other possibilities.
First one to show me the way (hyperlink with proof) gets 10 points!