My issue
the statement i have written is correct but its showing as wrong kindly verify the code
My code
/* Write a query to insert the below mentioned employee details to the table 'employee' */
INSERT INTO employee(Employee_id,Employee_Name,Department)
VALUES (4,'Marcus Gracia','Product');
INSERT INTO employee(Employee_id,Employee_Name,Department)
VALUES (5,'Samantha Park','Hr');
Learning course: Learn Data Analytics using SQL and Python
Problem Link: CodeChef: Practical coding for everyone