enter image description here
I do not think my command has any mistakes, whenever I am pressing enter, instead of executing, I am going to the next line. Where am I going wrong?
I have tried everything but cant seem to pinpoint the problem. This is the code block
INSERT INTO Employee (employee_id, first_name, last_name, email, phone_number, hire_date, job_id, salary, commission_pct, manager_id, department_id)
VALUES
('EMP003', 'sheila', 'reyes', '[email protected]', '67890123456'', '2022-01-30', 'JOB003', 21300, 12.050, 'MNG003', 'DPT003');
New contributor
ABDULLAH AL ZUBAYER is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.