
Answer-first summary for fast verification
Answer: a shortcut
In order to reference tables across different workspaces without making additional copies of the tables, you need to create shortcuts. This allows you to access the tables in different workspaces through a unified query. Directly creating a view will not work unless shortcuts are first in place.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In a Fabric tenant hosting two workspaces, Workspace1 and Workspace2, Workspace1 includes a lakehouse named Lakehouse1, which contains a table named dbo.Sales. Workspace2 includes a lakehouse named Lakehouse2, which contains a table named dbo.Customers. Your task is to configure a setup that allows writing SQL queries referencing both dbo.Sales and dbo.Customers tables within the same query without duplicating the tables. Which feature or tool should you utilize to achieve this?
A
a shortcut
B
a dataflow
C
a view
D
a managed table
No comments yet.