SQL - Views
After running
DROP VIEW IF EXISTS customer_view;, you get an error saying the view does not exist. What is the likely reason?