Which of the following statements is not true for views in SQL?
1
Select statement used in the view definition cannot include ORDER BY clause.
2
A view derives its data from the base table(s).
3
A view is updatable if it has been defined from a single relation.
4
A view contains a copy of the data.