MCQOPTIONS
Saved Bookmarks
| 1. |
You cannot use an ALTER VIEW statement to change the definition of a view but you can replace views in which of the following ways? |
| A. | You can drop and recreate the view |
| B. | You can redefine the view with a CREATE VIEW statement that contains the OR REPLACE clause |
| C. | Both A & B |
| D. | None of the above |
| Answer» D. None of the above | |