Answer & Solution
Answer: Option B
Solution:
Standard SQL-92 views are constructed using
SQL SELECT statements, and they can
include the GROUP BY clause.
The SQL-92 standard allows
views to be created with complex SELECT statements, including those that use
GROUP BY, JOINs, subqueries, and aggregate functions.
Therefore, the claim that
views cannot contain the GROUP BY clause is
incorrect according to the SQL-92 standard.