Q. 'x' in the following MySQL statement is . . . . . . . .
DELETE FROM x USING x LEFT JOIN y ON x.col = y.col;
β
Correct Answer: (B)
1
Explanation: This question asks you to identify what 'x' represents in the provided MySQL DELETE statement.