Help me in solving GSQ07 problem

My issue

why is error

My code

/* Write a query to add the below mentioned employee details to the EMPLOYEE table.
Employee id: 06, Employee Name: Brandon Kim, Department: Operations
*/
insert into Employee values(6,'Bradon Kim','Operations');

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

hey hii

you missed a letter ā€œnā€ in Brandon Kim :slight_smile: