C
Chris
I'm feeling really stupid for asking this however,
Is there anyway of doing a NOT UNION ?
I'm trying to select all the records from two tables where there are
duplicates. Basically it's an IT training database and I have a table for
the courses the employees want to go on and a table for recording who has
been on the courses. I'm trying to get a query to bring back the results of
the employees who have and havn't been on the training courses.
Also how do you set up a composite key as I'm sure Course and Course Level
can be used together to form a composite key but I don't know how to do it.
Is there anyway of doing a NOT UNION ?
I'm trying to select all the records from two tables where there are
duplicates. Basically it's an IT training database and I have a table for
the courses the employees want to go on and a table for recording who has
been on the courses. I'm trying to get a query to bring back the results of
the employees who have and havn't been on the training courses.
Also how do you set up a composite key as I'm sure Course and Course Level
can be used together to form a composite key but I don't know how to do it.