0 votes
in Looker by
What is a derived table in Looker?

1 Answer

0 votes
by
A derived table in Looker is a query whose results are used as simple database tables.

Let's imagine we have a database table called orders, which includes a lot of columns. We can create a derived table called customer order summary that contains a subset of the columns from the orders table.
...