Question: 1/50
You need to store and query semi-structured event data (variable fields per event) coming from a web app. Analysts want to run SQL queries with minimal data modeling effort. Which storage option is the best fit?
BigQuery with a JSON column (or nested/repeated fields) for flexible attributes
Cloud SQL with a fully normalized relational schema
Cloud Storage with CSV files queried only by downloading locally
Bigtable with one wide row per day and no secondary indexing