Q. abc in the following MySQL statement is . . . . . . . .
DELETE FROM xyz WHERE abc = 5;
β
Correct Answer: (A)
column name
Explanation: This question is asking you to identify what "abc" represents in a MySQL DELETE statement.