1.

The following query can be replaced by which one of the following?

A. SELECT name,course_id
B. SELECT name, course_id
C. SELECT name ,course_id
D. SELECT course_id
Answer» C. SELECT name ,course_id


Discussion

No Comment Found