Viewing 2 posts - 1 through 2 (of 2 total)
Thank you for that. I presented pseudocode rather than actual as I felt that would be sufficient. The actual statements are more complex and involve additional fields.
October 10, 2012 at 4:11 pm
#1547841
The relationship is via the key (first field) in the first table 'Subjects' and the second field 'SubjectsIKey' in the second.
CREATE TABLE Subjects
(
SubjectsKey TEXT PRIMARY KEY...
October 9, 2012 at 4:29 pm
#1547399