SQL - Views
Consider this incorrect SQL statement to create a view:
What is the error and how to fix it?
CREATE VIEW SalesView SELECT OrderID, Amount FROM Sales;
What is the error and how to fix it?
