Write a SELECT query which returns:    2 columns:        [1]…

Write a SELECT query which returns:    2 columns:        [1] Owner age        [2] For each “Owner age” group, the total number of vehicles owned by the owners in the “Owner age” group    SELECT criteria:        [1] make sure to properly join the two tables on Owner ssn and Vehicle owner_ssn        [2] make sure to create groups using the “Owner age” column