正解:C,D
You can perform two actions when you join tables from multiple connections: add a data source filter and create an extract. A data source filter is a filter that you can apply to the data source before it is loaded into Tableau. This can help improve performance and reduce the amount of data in the view. A data source filter can be applied to any data source, including those that use cross-database joins2 An extract is a snapshot of data that is stored locally on your computer or on Tableau Server. An extract can also improve performance and enable offline analysis. You can create an extract from any data source, including those that use cross-database joins3 You cannot perform the other two actions when you join tables from multiple connections: create a union or use a stored procedure. A union is a method for combining data by appending rows of one table onto another table. To union your data in Tableau, the tables must come from the same connection. You cannot union tables from different data sources or connections4 A stored procedure is a set of SQL statements that can be executed on a database server. Tableau does not support using stored procedures as part of a cross-database join. You can only use stored procedures with some single-connection relational data sources, such as Microsoft SQL Server, Oracle, or PostgreSQL5