Which two statements about views are true?
A view can be created as read only.
A view can be created as a join of two or more tables.
A view can not have an ORDER BY clause in the SELECT statement.
A view can not be created with a GROUP BY clause in the SELECT statement.