A

Admin • 833K Points
Coach

Q. What is abc in the following SQL statement?
DELETE FROM xyz WHERE abc = 5;

  • (A) column name
  • (B) ANSI_QUOTES
  • (C) row name
  • (D) database name
  • Correct Answer - Option(A)
  • Views: 26
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

This SQL statement is used to delete rows from a table. Let's break it down:

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.