Managing Databases With Oracle - Study Mode

[#16] Which of the following is not true of SQL views?
Correct Answer

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

[#17] Which of the following is NOT an Oracle-supported trigger?
Correct Answer

(B) DURING

[#18] After a table has been created, its structure can be modified using the SQL command:
Correct Answer

(C) ALTER TABLE [ TableName ].

[#19] Which of the following is not true about modifying table columns?
Correct Answer

(D) You cannot increase or decrease the number of decimal places.

[#20] Indexes are created to enforce uniqueness on columns and to enable fast retrieval by column values.
Correct Answer

(A) True