SQL - Views
You try to execute
ALTER VIEW sales_view AS SELECT * FROM sales WHERE region = 'East'; but get a syntax error. What is the most likely cause?