Q. ‘x’ in the following statement is
Code:
DELETE FROM x USING x LEFT JOIN y ON x.col = y.col;
β
Correct Answer: (D)
table name
DELETE FROM x USING x LEFT JOIN y ON x.col = y.col;
You must be Logged in to update hint/solution