cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

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?

2 REPLIES 2

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?