MCQOPTIONS
Saved Bookmarks
| 1. |
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» B. Oracle views are created using the standard SQL-92 CREATE VIEW command. | |