Multiple choice

Which of the following statements/ statement are true? (i) In SQL you can create virtual tables. (ii) SQL is only data manipulation language. (iii) WHERE clause applies to output of a GROUP BY command. (iv) HAVING clause applies to column and expressions for individual rows.

  1. (i), (ii), (iii)

  2. All the above

  3. (i)

  4. (i), (iii), (iv)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In SQL, we can create virtual tables.