Challenge¶
The public dataset bigquery-public-data.thelook_ecommerce
contains fictitious ecommerce data like
-
distribution_centers
-
inventory_items
Determine the value (cost of goods) of unsold inventory for each distribution center. Sort the results from high to low.
BigQuery Console's split tab view lets you see your data as you write in the editor. You can open a table in a split
pane with
- ++command+shift++ :material-plus::material-cursor-default-outline: (Mac OS) or
- ++ctrl+shift++ :material-plus::material-cursor-default-outline: (Windows) or
- Right click > Move tab to left/right pane
- Search for "bigquery-public-data"
- Pin the project
- Clear the search
- Expand the bigquery-public-data project and you should see thelook_ecommerce dataset.
See here for details.
Solution 1¶
This content is gated
Subscribe to one of the products below to gain access
Solution 2¶
This content is gated
Subscribe to one of the products below to gain access