【简答题】Please complete the following SQL statement: select instructor id,name,dept_name,course_id from instructor,teaches where instructor.id=teaches.id;
【判断题】Consider the query“For all instructors in the university who have taughtsome course, find their names and the course ID of all courses they taught”,which we write as: select name, course id from ins...