Which DELETE statement is valid?

Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables:

Which DELETE statement is valid?

Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables:

Which DELETE statement is valid?

A.
DELETE FROM employees
WHERE employee_id = (SELECT employee_id FROM employees);

B.
DELETE * FROM employees
WHERE employee_id=(SELECT employee_id FROM new_employees);

C.
DELETE FROM employees
WHERE employee_id IN (SELECT employee_id
FROM new_employees
WHERE name = ,,Carrey);

D.
DELETE * FROM employees
WHERE employee_id IN (SELECT employee_id
FROM new_employees
WHERE name = ,,Carrey);



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Sanjiv Ranjit

Sanjiv Ranjit

i was comparing the dump with the initial v.1 dump and obviously many new questions are included in this dump. Are these dump real or just as reference for us? I dought, since only 150 questions are to be appeared right?

G.

G.

I’m preparing now to this exam and I don’t think that it should contain so many questions about sql. Can someone confirm that?