Multiple choice technology databases

Sub query cannot have which clause defined for it

  1. having clause

  2. where clause

  3. order by clause

  4. 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.