Good day
I would like to know how to create a table, and query, that allows me to store multiple values in one field, and to link that field to another table.
For Example:
I have a database with 2 tables:
first table:
1) number_joined*
2) Surnames
3) FirstNames
4) month_Of_Birth
Second table:
1) Queries*
2) people
* indicates primary field
-----
ok say the first table had the following values:
1,"moo","cow","March"
2,"roar","dragon","May"
3,"oink","pig",March"
Now i want one query that returns only the records with "March" as the month_Of_Birth, and store the number_joined value of each return record ('1','3') into the field "people".
The another query that returns all the records from the first table, that have their primary key stored in the people field of the second table.
I am *very* new to SQL, so please excuse me for lack of lingo