BaşlayınÜcretsiz Başlayın

Exploring the course data with SQL

Now that you have refreshed your SQL fundamentals, you will do some basic data exploration on the dataset, which contains information about the items within each order in our e-commerce data.

Bu egzersiz

Introduction to BigQuery

kursunun bir parçasıdır
Kursu Görüntüle

Uygulamalı interaktif egzersiz

Bu örnek kodu tamamlayarak bu egzersizi bitirin.

-- Add in the operator and integer to complete the query

SELECT 
	*
FROM
	ecommerce.ecomm_order_details
-- Add the syntax to limit the data
___ ___;
Kodu Düzenle ve Çalıştır