adplus-dvertising
frame-decoration

Question

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: (d).None of the mentioned

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which line of the following statements will produce error?