|
-
Jun 26th, 2012, 07:15 AM
#2
Re: Sport Teams Database with age restrictions
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)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|