A

Admin • 831.35K Points
Coach

Q. 'x' in the following MySQL statement is . . . . . . . .
DELETE FROM x USING x LEFT JOIN y ON x.col = y.col;

  • (A) column name
  • (B) 1
  • (C) server name
  • (D) database name
  • Correct Answer - Option(B)
  • Views: 19
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
This question asks you to identify what 'x' represents in the provided MySQL DELETE statement.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.