開始使用免費開始

限制資料量

首先,請找出正確的方式來最佳化這個簡單查詢,只使用你需要的必要欄位。

本練習屬於課程

BigQuery 入門

檢視課程

練習說明

  • 在最終查詢中縮小查詢的資料量,只包含 order_idpayment_type

動手互動練習

試著完成這個範例程式碼,體驗一下這個練習。

-- Write the most efficient query that uses only the required data
SELECT ___, ___
FROM ecommerce.ecomm_payments
LIMIT 10;
編輯並執行程式碼