This file contains text you can copy and paste for the examples in Cloud Academy's Introduction to Google BigQuery course.
SELECT *
FROM
`bigquery-public-data.usa_names.usa_1910_2013`
ORDER BY number DESC LIMIT 10
SELECT *
FROM
`bigquery-public-data.usa_names.usa_1910_2013`
WHERE gender = 'F'
ORDER BY number DESC LIMIT 10
Baby names data
Jeopardy data
Google Cloud SDK installation instructions
bq mk public
bq load --autodetect public.jeopardy JEOPARDY_CSV.csv
bq extract
gs://ca-example/games*.csv.gz