Help me in solving GSQ05 problem

My issue

Runtime error

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 Garcia','Product')

Learning course: Learn SQL
Problem Link: CodeChef: Practical coding for everyone