MCQOPTIONS
INSERT INTO Employee(Emp_id, fname,lname)VALUES (101, Sujit ,'Gupta'),VALUES (102, Ajit , Gupta );/* where person_id is a primary key */