This is an example of a Junction (or Join) table. It defines the many-to-many links between students in a small school and the classes that they might take for a term. In these Demos it is used in combination with the
Students Table Demo and the
Classes Table Demo to assign students to these classes. You can try it out by editing students and/or classes and then relating those new records here.
There is much more that could then be done with this data, such as generating a report for the students for each class, or all of the classes for each student. One way to simulate such a report would be to modify the 'Order by' control (at the right) to sort the records by classes to show the classe's students or by student to simulate the student's classes.