Displaying 1 result from an estimated 1 matches for "street_2".
Did you mean:
street2
2006 Jan 17
6
An object that initializes multiple objects?
..."student_record"
that has "id", "name", and "id_number" (not to be confused with "id", it
is more like "passport number"), as well as another table "contact" with
the fields "parent_name", "street_1", "street_2", "town", "postcode",
"state" as well as "student_record_id" which is a foreign key pointing
to the id of the associated "student_record".
Now, strictly speaking it can be argued that all of these entries can be
put into a single table for...