Question: 1/50
A retail company stores daily CSV sales extracts in Cloud Storage. Analysts want to query the files with standard SQL without loading them into a database first, and costs should stay low. What should you do?
Create a BigQuery external table over the files in Cloud Storage
Load the CSVs into Cloud SQL and query with SQL
Stream the CSV rows into Bigtable and use HBase queries
Create a Dataproc cluster and query the files with Hive