81) The ORDER BY clause is the first statement processed in an SQL command. 82) The WHERE clause is always processed before the GROUP BY clause when both occur in a SELECT statement. 83) The FROM clause is the first statement processed in an SQL command. 84) The content of dynamic views is generated when they are referenced. 85) The views are created by executing a CREATE VIEW SQL command. 86) When the SELECT clause in the create view statement contains the keyword DISTINCT, the view can be used to update data.