I have two tables, Sections and Enrollments. The two tables can be
joined on a key. The records for the enrollment table are imported
from another system that doesn't always match what is stored in the
sections table. For example, there may be a section or two in the
enrollments table that does not exist in the sections table.
I am trying to create a report that will yield a list of the
enrollment data that do not match/join a section. How can this be
done via an SQL statement? Essentially I am trying to figure out what
sections are missing based on unmatched enrollment data.
Please help.
joined on a key. The records for the enrollment table are imported
from another system that doesn't always match what is stored in the
sections table. For example, there may be a section or two in the
enrollments table that does not exist in the sections table.
I am trying to create a report that will yield a list of the
enrollment data that do not match/join a section. How can this be
done via an SQL statement? Essentially I am trying to figure out what
sections are missing based on unmatched enrollment data.
Please help.
Comment