My issue
My code
INSERT INTO employee (Employee_id,Employee_Name,Department)
VALUES (6,'Bradon Kim','Operations');
Learning course: Learn SQL
Problem Link: CodeChef: Practical coding for everyone
INSERT INTO employee (Employee_id,Employee_Name,Department)
VALUES (6,'Bradon Kim','Operations');
Learning course: Learn SQL
Problem Link: CodeChef: Practical coding for everyone
INSERT INTO employee (Employee_id,Employee_Name,Department)
VALUES (6,'Brandon Kim','Operations');
There was no error with the syntax but the Spelling of Brandon Kim was not matching with the test case.