My issue
Write a query to insert the below mentioned employee details to the table ‘employee’.
1>Employee_id - 4,
Employee_Name - ‘Marcus Garcia’,
Department - ‘Product’
2>Employee_id - 5,
Employee_Name - ‘Samantha Park’,
Department -‘Hr’
Code it out in the IDE.
My code
/* Write a query to insert the below mentioned employee details to the table 'employee' */
Learning course: Database management systems
Problem Link: Insert table in Database management systems