INSERT INTO Employee(Emp_id, fname,lname)VALUES (101,’Sujit’,'Gupta'),VALUES (102,’Ajit’,’Gupta’);/* where person_id is a primary key */
No Error
Previous Question Next Question
Your comments will be displayed only after manual approval.