car_owners_summary
is a query that should return a summarization of car owner information (with time granularity as an optional argument)
The part I was curious about was how you feel about "row count increasing by adding one additional field in the query". Essentially, when fields are added to the query, it returns a cross product between two tables.
{