Help me in solving GSQ05 probl

My issue

SIGHUP
Error
Parse error near line 20: near "select": syntax error
  KLzY8opDcPxjvraHBuERFGSg01Jv0iZbowCZxGP6QQ-suffix select * from employee;
                                      error here ---^

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'),(5,'Samantha Park','Hr')

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