To examine all possible pairs of students/instructors we could write the following select:
select STUDENTS.name, INSTRUCTORS.name from STUDENTS, INSTRUCTORS;
Since our database is in a state that contains 9 students and five instructors, this will result in 45 rows retrieved: