If you need to display people of certain age when "age group" is selected you MAY define "age_group" table and associate it with "peoples" table by adding a foreign key to peoples table - (below is a sample relationship between two tables):

age_group table:
Age_Group_ID
Description

Peoples table
[all fields that you need]
Age_Group_ID (FK - one to many)