Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2023 01:22 AM
Hi all,
I have a small curious about VIEW on Databricks. Could anyone please help me clarify this?
Normal database like Postgres or MS SQL, when we define a view, the logic still not execute that time, only run when we query that VIEW.
Not sure how VIEW work on Databricks SQL?
Thanks
Labels:
- Labels:
-
SQL
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2023 02:29 AM
@Nhan Nguyen
It works the same. CREATE VIEW constructs a virtual table that has no physical data.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2023 02:29 AM
@Nhan Nguyen
It works the same. CREATE VIEW constructs a virtual table that has no physical data.

