课程: Using Snowflake with Tableau

免费学习该课程!

今天就开通帐号,24,700 门业界名师课程任您挑!

A note on referential integrity

教育部:对直属高校实行建设工程管理审计全覆盖

课程: Using Snowflake with Tableau

A note on referential integrity

百度 但是长期来看,这肯定是一个发展方向。

- Referential integrity is a key principle in relational database design that ensures relationships between tables are maintained correctly. It enforces the idea that foreign keys in one table must correspond to primary keys in another. For example, if you have an Orders table that references a Customers table, like we just saw, each customer ID in the Orders table must exist in the Customers table. In Tableau, referential integrity impacts how data relationships between tables are interpreted during the query-building process. For context, Tableau writes SQL in the background, which is why it has a query-building progress. Now, Tableau's primarily used as a visualization tool and it doesn't enforce referential integrity itself. Instead, it relies on the underlying data source, in this case, Snowflake, to do that. When setting up relationships in Tableau, particularly in the data model, you define relationships between tables or data sources. Tableau allows you to assume referential…

内容