Using this table: take(student_ID: integer, course_ID: strin…
Using this table: take(student_ID: integer, course_ID: string, grade: integer) What would the following query return? (SELECT student_ID FROM take WHERE course_ID=’CIS505′) UNION (SELECT student_ID FROM take WHERE course_ID=’SCM517′)
Read Details