MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements is NOT true for views in SQL? |
| A. | Select statement used in the view definition cannot include ORDER BY clause |
| B. | A view drives its data from the base tables(s) |
| C. | A view is updatable if it has been defined from a single relation |
| D. | A view contains a copy of the data |
| Answer» E. | |