I have a table called Completed_Courses.
It has 2 columns called Passport_ID and Course.
They are both the primary key because one Passport_ID can have completed one or more Course.
I need to query this table to find which Passport_ID's have a specific 5 courses completed and I can't figure out how to do it.
I think I need to use a subquery.
A helping hand would be much appreciated.
Thanks.
It has 2 columns called Passport_ID and Course.
They are both the primary key because one Passport_ID can have completed one or more Course.
I need to query this table to find which Passport_ID's have a specific 5 courses completed and I can't figure out how to do it.
I think I need to use a subquery.
A helping hand would be much appreciated.
Thanks.