Examveda
Examveda

Which of the following is not true of SQL views?

A. Oracle views cannot use the ORDER BY clause in view definitions.

B. Oracle views are created using the standard SQL-92 CREATE VIEW command.

C. Oracle views can by queried.

D. The SQL-92 standard does not allow the use of the ORDER BY clause in view definitions.

Answer: Option A


This Question Belongs to Database >> Managing Databases With Oracle

Join The Discussion

Related Questions on Managing Databases with Oracle

Which statement about sequences is not true?

A. A sequence is an object that generates a sequential series of unique numbers.

B. Sequences are most often used to provide values for surrogate keys.

C. NextVal and CurrVal are both sequence methods.

D. Sequences guarantee valid surrogate key values.