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 ejercicio forma parte del curso
Introduction to BigQuery
Instrucciones del ejercicio
- Select all columns, limiting the output to 3 rows.
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
-- Select all columns
SELECT ___
FROM ecommerce.ecomm_order_details
-- Limit the output to 3 rows
___ 3;