I am trying to insert theses values to my table student but I have an error
insert into student(first_name,last_name,student_number,professor_id) values(Eden,Yuan,323744573, select professor_id from PROFESSORS where professor_name = 'Chu ') I get an error
saying missing expression