Aan de slagGa gratis aan de slag

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.

Deze oefening maakt deel uit van de cursus

Introduction to BigQuery

Cursus bekijken

Praktische interactieve oefening

Probeer deze oefening eens door deze voorbeeldcode in te vullen.

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

SELECT 
	*
FROM
	ecommerce.ecomm_order_details
-- Add the syntax to limit the data
___ ___;
Code bewerken en uitvoeren