SQL - Views
You try to create a view with this statement:
CREATE VIEW MyView AS SELECT * FROM Orders WHERE order_date > '2023-01-01' but get an error. What is a likely cause?