CommencerCommencer gratuitement

Starting with e-commerce

Ready to start getting your hands dirty with BigQuery? Here is your chance! You recently started on a new e-commerce project in BigQuery, and you don't know much about the data yet. So let's have a better look!

Cet exercice fait partie du cours

Introduction to BigQuery

Afficher le cours

Instructions

  • Select all columns, limiting the output to 3 rows.

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

-- Select all columns
SELECT ___
FROM ecommerce.ecomm_order_details
-- Limit the output to 3 rows
___ 3;
Modifier et exécuter le code