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!
Diese Übung ist Teil des Kurses
Introduction to BigQuery
Anleitung zur Übung
- Select all columns, limiting the output to 3 rows.
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
-- Select all columns
SELECT ___
FROM ecommerce.ecomm_order_details
-- Limit the output to 3 rows
___ 3;