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!
This exercise is part of the course
Introduction to BigQuery
Exercise instructions
- Select all columns, limiting the output to 3 rows.
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
-- Select all columns
SELECT ___
FROM ecommerce.ecomm_order_details
-- Limit the output to 3 rows
___ 3;