1.

Which line of the following statements will produce error?

A. SELECT * FROM person WHERE person_id=1;
B. SELECT pname FROM person;
C. SELECT pname, lname, person_id FROM person;
D. None of the mentioned
Answer» E.


Discussion

No Comment Found