1.

Which of the following should be used to find all the courses taught in the Fall 2009 semester but not in the Spring 2010 semester?

A. SELECT DISTINCT course id
B. SELECT DISTINCT course_id
C. SELECT course id
D. SELECT COUNT (DISTINCT ID)
Answer» B. SELECT DISTINCT course_id


Discussion

No Comment Found