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!
Este exercício faz parte do curso
Introduction to BigQuery
Instruções do exercício
- Select all columns, limiting the output to 3 rows.
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
-- Select all columns
SELECT ___
FROM ecommerce.ecomm_order_details
-- Limit the output to 3 rows
___ 3;