My issue
how to program this
My code
/* Write a query to insert the below mentioned employee details to the table 'employee'
insert into employee (employee_id,employee_name,department)
insert into employee value(4,marcus garcia,product)
insert into employee value(5,samantha park,hr)
Learning course: Learn SQL
Problem Link: CodeChef: Practical coding for everyone