1.

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

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


Discussion

No Comment Found