select students.student_name from class,students where class.name='高一(1)班' and class.class_id=students.class_id;