The `stakeholders.customers` table contains 15 columns and 3,000 rows. The following command is executed: ```sql CREATE OR REPLACE VIEW stakeholders.eur_customers AS SELECT * FROM stakeholders.customers WHERE region = 'EU'; ``` After running `SELECT * FROM stakeholders.eur_customers`, 15 rows are returned. After the command completes, the user logs out of Databricks. Upon logging back in two days later, what is the status of the `stakeholders.eur_customers` view? | Databricks Certified Data Analyst - Associate Quiz - LeetQuiz