Examveda

Standard SQL-92 views are constructed from SQL SELECT statements that do not contain the GROUP BY clause.

A. True

B. False

Answer: Option B

Solution (By Examveda Team)

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.

This Question Belongs to Database >> SQL For Database Construction

Join The Discussion

Comments (1)

  1. Dr KD
    Dr KD:
    3 months ago

    Correct Answer is A) True

Related Questions on SQL for Database Construction

The DROP TABLE statement:

A. deletes the table structure only.

B. deletes the table structure along with the table data.

C. works whether or not referential integrity constraints would be violated.

D. is not an SQL statement.