Multiple choice technology databases Sub query cannot have which clause defined for it having clause where clause order by clause group by clause Reveal answer Fill a bubble to check yourself C Correct answer Explanation A subquery cannot contain an ORDER BY clause because subqueries are used to define a set of data, and sorting is only meaningful for the final presentation of the main query's output.