Evaluate the following DELETE statement:
DELETE employee_id, salary, job_id FROM employees
WHERE dept_id = 40;
Why does the DELETE statement fail when executed?
Reveal answer
Fill a bubble to check yourself
Evaluate the following DELETE statement:
DELETE employee_id, salary, job_id FROM employees
WHERE dept_id = 40;
Why does the DELETE statement fail when executed?