1.

Will this query produce any error?INSERT INTO Employee(Emp_id, fname,lname)VALUES (101, Sujit ,'Gupta'),VALUES (102, Ajit , Gupta );/* where person_id is a primary key */

A. No Error
B. Error
C. Depends
D. All of above
E. None of these
Answer» B. Error


Discussion

No Comment Found