databricks view question!

Anonymous
Not applicable

I found this phrase in the document "A view stores the text for a query type again one or more data sources or tables in the metastore."

Does "view" in databricks store data in a physical location?

Anonymous
Not applicable

CREATE VIEW | Databricks on AWSConstructs a virtual table that has no physical data based on the result-set of a SQL query.

chorongs
New Contributor III

Then, is it right to use "table" to store physical data?