Help me in solving GSQ05 problem

My issue

give the code which has to be excecuted

My code

/* Write a query to insert the below mentioned employee details to the table 'employee' */

Employee_id - 4,
Employee_Name Marcus - 'Garcia',
Department - 'product',

Employee_id - 5,
Employee_Name - 'Samantha Park',
Department - 'Hr',

Learning course: 212CSE2305: Database Management Systems
Problem Link: https://www.codechef.com/learn/course/kl-dbms-cs-2024/KLDBMS2409/problems/GSQ05