Examveda
Examveda

Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain:

A. GROUP BY

B. WHERE

C. ORDER BY

D. FROM

Answer: Option C


This Question Belongs to Database >> SQL For Database Construction

Join The Discussion

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.