Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



Try it now
  1. Sign up

    1. If you don't already have one, sign up for a Google account .
    2. Create a BigQuery enabled project via the Google Developers Console .
  2. Run a query in the browser tool

    1. Navigate to the natality public dataset .
    2. Click the Compose query button.
    3. Copy and paste the following query into the text field:

      SELECT AVG(mother_age) AS avg_age, year
      FROM [publicdata:samples.natality]
      GROUP BY year
      ORDER BY year
      
    4. Click the RUN QUERY button.
  3. What next?

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.