use lab08;

SELECT *
	FROM student
    INNER JOIN professor
    ON student.StudentProgram = professor.ProfessorProgram;